[tutorial] Create A Fire Effect.

free web hosting
Free Web Hosting > Computers & Tech > How-To's and Tutorials > Graphics and Animation > Photoshop

[tutorial] Create A Fire Effect.

dhanesh
This shows how to make a fire / flame effect in Photoshop without Plug-ins smile.gif , I had posted this tutorial on Loreleiweb too .. so thought of posting it here.

NOTE: This isnt advanced Photoshop, so guys you need to make your variations to get the desired effects .. this is just a skeleton.

1) Open Photoshop CS and hit Ctrl+N to make an image of 200x150 pixels, use the paint bucket tool and fill with the background color of your choice. In the layers pallet, make a new layer, then using the marquee tool make a rectangular shape near the bottom.

IPB Image

2) Select the linear gradient tool, select foreground as orange and background as red. Fill your rectangle with orange and red by clicking
inside the top of the rectangle and dragging toward the bottom and releasing. Click Crtl+D to deselect.

IPB Image

3) Select the smudge tool, and start with a 19 pixel round brush, click inside the red area of the colored rectangle and drag your mouse
upward, moving your brush from side to side slightly as you drag.

IPB Image

4) Add a few yellow areas with the brush tool, near top ends of your flames.

IPB Image

5) Go back to the smudge tool, reduce the round brush size to 5 pixels, to blend the tops of the flames. You may also want to drag downward to blend color. Use short random strokes.

IPB Image

6) Select the burn tool, under burn options choose highlights and set exposure to 9, using a large burred brush you can add some shaded areas. Pause briefly in between your strokes to examine your progress.

IPB Image

7) Fire without using any plugins smile.gif

Regards
Dhanesh.

 

 

 


Reply

Jimmy89
thats a pretty neat tick to make fire. ive tried it myself and it didn't seem to look as good as yours did, but it was my first attempt. i'll keep trying

thanks for the tutoral

Reply

twitch
Nice effect Dhanesh, I never knew you were such an artist tongue.gif.

Reply

dhanesh
QUOTE(twitch @ Dec 17 2006, 04:05 PM) *
Nice effect Dhanesh, I never knew you were such an artist tongue.gif .

FINALLY ! Thankyou twitch. Means alot. Was waiting for sumone with more experience than mine to comment.

And to be honest jimmy, it was my 2nd try only. but i guess this could be made better and much realistic with variations and tries.

Regards
Dhanesh.


Reply

Chesso
Wow that's a nice effect, the end result just appeals to me alot, I'm definitely bookmarking this page for later reading lol.

I think the misses could have fun with this tutorial also.

If you have or know any other nice things like this to do in Photoshop without any need for additional plug-ins, let me know biggrin.gif.

*Thumbs Up*!

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. flash fire tutorial - 1.58 hr back. (1)
  2. create fire effect photoshop - 4.34 hr back. (1)
  3. flash flame effect tutorial - 4.96 hr back. (1)
  4. c# fire-effect - 6.62 hr back. (1)
  5. 3dmax fire tutorial - 27.12 hr back. (1)
  6. flash fire effect - 31.69 hr back. (1)
  7. a person inside fire effect with photoshop - 33.87 hr back. (1)
  8. create realistic fire effect in flash - 41.64 hr back. (1)
  9. fire effect in fedora - 45.97 hr back. (1)
  10. tutorial how to make fire in flash - 51.68 hr back. (1)
  11. flash fire flame effect - 64.43 hr back. (1)
  12. add flame effect to make gif - 73.02 hr back. (1)
  13. fire effect in flash 8 tutorial - 83.02 hr back. (1)
Similar Topics

Keywords : , tutorial, create, fire, effect

  1. [fl]snow Effect
    Simple Snow Efect Script (3)
  2. Here Are Some Great Php Tutorial Sites
    (1)
    these site very usefull for php html java 5 day ago i only use w3school recently i have some great
    web for usefull http://www.devresources.net/ http://www.php.net/ http://www.tizag.com/phpT/
    http://www.w3schools.com/php/default.asp http://phpbuilder.com/ http://www.phpfreaks.com/
    http://www.w3schools.com/php/ http://www.hudzilla.org/phpbook/index.php
    http://www.spoono.com/ http://codewalkers.com/ http://www.phpcs.com/ http://pear.php.net/
    http://www.phpclasses.org/ http://phpdebutant.org/ http://www.phpfrance.com/ http://....
  3. How To Understand A Database Schema
    A very nice and simple tutorial (4)
    Yesterday while i'm seaching for a data model and database schema at the Library of Free Data
    Models for a new project of a friend of mine i found there this nice and simple tutorial on How to
    Understand a Database Schema . As its name says, this tutorial will help you to better understand a
    Database Schema and covers the following basics topics that every Database Schema must define:
    QUOTE Primary and Foreign Keys. One-to-Many and Many-to-Many Relationships. Inheritance.
    "Rabbit's Ears", (Recursive relationships). The Scope of this tutorial is ....
  4. Psychostats
    Psychostats tutorial for cs (1)
    QUOTE Required Server Software A Web server (usually Apache or IIS) PHP v4.3 or any version
    higher. MySQL v4.1.11 or any version higher. Windows ActivePerl v5.8 or v5.10 Linux Perl v5.8+
    Required Perl modules DBI (v1.4 or higher) DBD::mysql (v3.0002 or higher) Optional Perl modules
    Net::FTP - This is only required if you need to download logs from a remote FTP server (chances are
    this will be installed by default with your version of Perl). Net::SFTP - This is only required if
    you need to download logs via an SFTP server (secure SSH file transfer protoco....
  5. Basic Html Tutorial
    Made it myself, hope you like it. (1)
    HTML stands for hyper text markup language. It is a basic coding language used on almost every
    website. There are some tags in HTML which must be used, whilst others are enhancing, but not
    essential. Below I shall list the essential tags and there uses: This tells the browser that
    the language between the tags is going to be HTML so it knows how to read it. Inbetween those tags
    come These tags tell the browser that all the content that you wish to be displayed is in there.
    They are the only essential tags for HTML! The list is short but if you only use them y....
  6. [c/c++][linux] Linking With A -l Is Static Or Dynamic?
    How will it effect distribution and portability? (0)
    It has been a long time since I coded in C/C++ and I can't seem to remember the exact mechanism
    of linking. Say, I compiled and linked the source code given at SQLite quickstart guide (C
    example in Write Programs That Use SQLite ) in Linux(Ubuntu) environment: g++ -o"SQLiteTest"
    ./sqlitetest.o -lsqlite3 It gives me a nice executable SQLiteTest and I can use it on my
    system. But how would it fare when I distribute that code to someone else? Is the libsqlite3.*
    statically packaged into SQLiteTest? or is it dynamically linked and the recipient of the prog....
  7. What You Need Before You Can Create A Text-based Game..
    Using PHP, HTML and MySQL (7)
    Please comment and rate, after you finished reading! /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
    ################################################################# Change log: Aug 22 2008: The
    Tutorial Was Created. V1.0.0 Aug 30 2008: Added XHTML and a small CSS part. Also corrected some
    small things and added this change log. V2.0.0
    ################################################################# OK.. Many people here want to
    create text based games. Many of you ask us here on the forums: "how to create a text-based ....
  8. Moving To Fedora 9
    Tutorial on how a newbie can move to using this fantastic OS Fedora 9, (1)
    INTRODUCTION Through this Post/ tutorial, I will try to explain to newbies and experts an
    smoothly moving to Fedora 9. Also, I would explain only those topics that are hard to find on net,
    or are not well documented anywhere. These are my experience of using Linux/Fedora. Motto: More
    and more people realize and get FREE from all the GATES and WINDOWS. Table Of contents 1.
    Installation 2. Setting the Stage 3. Get set n Go 3.1 Play Anything 3.2 Read anything 3.3
    Desktop utilities 3.4 Connect ADSL 4. Tips and Tricks 5. Remarks. Remark: This....
  9. Bulletproof Ftp Server Tutorial
    BulletProof FTP Server Tutorial (0)
    thanks to someone for this tut. Configuring your Bulletproof FTP Server Tutorial I am not sure
    where I found this tutorial, It’s been a while…It might even have been here... ..So if it is one of
    yours, my hat goes off to you once again.... After reading the excellent tutorial on "Creating an
    FTP" that Norway posted… (I would suggest reading and following his tutorial first, then following
    up with this one) I thought that perhaps this tutorial might be pretty helpful for those interested
    in knowing how to configure their Bulletproof FTP Server that don't already ....
  10. Create An Ftp Server On Your Pc With Serv-u
    Create An Ftp Server On Your Pc With Serv-u (1)
    QUOTE Create An Ftp Server On Your Pc With Serv-u Requirements: Serv-U No-IP.com Website
    Quote: Step 1. Getting a static IP address. Get a static address for your FTP server. You will want
    to do this as opposed to using your IP address for several reasons. First, it’s easier keeping
    up-to-date. Imagine having to change all of your setting every time your IP changed. With No-IP, the
    No-IP service runs in background on your computer and updates your current IP address with your FTP
    server’s URL (for example, you get ftp://rkchoolie.serveftp.com) . Second reason, yo....
  11. Create An Animation With Powerpoint
    (1)
    Create an Animation With Powerpoint Get your idea for the animation. Estimate how long
    this story will take you and how many slides it will be and see if you still feel like doing it.
    If you still want to try, create the layout for the first scene. Draw whatever background is
    necessary for your story. Create/Draw the character(s). For the second slide, you don't
    have to redraw the whole thing. Just duplicate the slide and move whatever needs to be moved for
    the desired animation! Continue duplicating and repeating these steps for howev....
  12. How Do You Create A Vista?
    (21)
    I'm wondering how people use computer software to create a vista. I know that I can go onto
    Google or Yahoo! or whatever and download different vistas, but I was wondering if I could make
    my own that would be realistic. What programs do you recommend? I would prefer free, open-source
    software that preferably works on Linux. As for the companies providing CDs/packages of vistas, do
    they actually create it themselves or do they have to go to take them? Just wondering.....
  13. Linux Beginners - Tutorial On Editors In Linux.
    (3)
    This is a simple tutorial on the editors in Linux. I use these 3 editors for programming on linux:
    1. vi -- available in all Linux and unix box, used to edit 2. vim -- not in all Linux flavors
    and it has got default coloring of key words feature, used to edit 3. view --Its used only to
    view, recommended to use for viewing of system config files, as it should not get edited without
    your notice. Following are the basic commands comes handy with these editors #Open a file for
    edit $ vi test -- creates a file if file is not exist in the current director....
  14. How To Create A "user Profile" Page.
    No design (easy to add later if you want). (14)
    Hi! It was a long time ago I created a tutorial, so I've decided to create a new one
    /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> This time, I am
    going to teach you, how to create a "user profile page". Lets say I am logged in on my account, and
    want to view someone else account information (in this case, only his username, but you can add more
    things later). Then I'll press on a link, that will take me to his user profile. But before
    you can do that, you will have to create a register script, and a login script. If y....
  15. How To Create Your Own Proxy Site (free And Easy)
    (13)
    Tired of your school blocking every new proxy site you find? Here's an answer. Check out
    http://www.proxybuilder.com . After you fill in the information you want for your proxy site, it
    will give you the download link for your files. Then all you have to do is upload the files you
    download to your web host and you've got your own proxy website. If you find a free hosting
    site, you can make as many of these as you want! NOTE***If your site gets blocked, just make
    another account with the free hosting service. BUT UNDER NO CIRCUMSTANCES SHOULD YOU KEEP ALL ....
  16. How Do I Create Static Routes In Windows Xp?
    (11)
    Here's my setup: My PC connects to my Internet facing wireless router via a USB-pluggable
    wireless NIC, the IP address of which is 192.168.1.2 (netmask 255.255.255.0). The IP address of my
    router's LAN port is 192.168.1.1. The NIC which is embedded in the motherboard has remained
    disabled so far. Everything works OK, but I recently got a hold of a crossover cable, and I started
    using it to connect a laptop to my PC. So I enabled the embedded NIC on the PC and gave it an IP
    address of 192.168.2.2 (netmask 255.255.255.0, default gateway 192.168.2.2). The laptop&....
  17. Php Tutorial: Making A Shoutbox
    Requirements: PHP, MySQL (11)
    Hi everyone, I'm going to tell you how to make a simple shoutbox using PHP and MySQL. To start
    off, open up mysql in the command line, or phpmyadmin, and create a database called shoutbox. Next,
    enter the following sql into the command line, or the phpmyadmin sql box, while using the shoutbox
    database: CODE create table messages(author varchar(30), message text, time
    timestamp, mid int auto_increment, primary key(mid)); This creates the table we need
    to store the messages, note the "mid" column, this gives each message a seperate id nu....
  18. Phpbb - Installation Tutorial ( For Newbies Based On Astahost Cpane)l
    phpBB 2.0.22 installation Tutorial with basic steps. (5)
    Introduction!! Providing a comprehensive 'How To' tutorial guide, on the
    installation of phpbb 2.0.22 forum on your Astahost/cPanel account. Tutorial includes Downloading
    of files Uploading using cPanel File Manager CHMOD using cPanel File Manager MySQL database
    creation PhpBB initial configuration This guid will help everyone from beginners, with images and
    an in depth guide of what to do. Step 1 To start with we need to download PhpBB ( latest stable
    version is PhpBB 2.0.22 ). This can be done by visiting the PhpBB Downloads page wh....
  19. Wireless: Bypassing Mac Filtering
    Tutorial (10)
    Sometimes you scan the neighborhood for the wireless connections, you see open connections but can
    not connect to them. Well this is possible because they use MAC filtering to secure up their
    network. I will try to explain how to bypass this protection NOTE: This is for EDUCATION purpose
    only to show you it is possible to bypass this security. I am not responsible for unauthorized use
    of these information. Requirements : 1- You need some tool for sniffing the traffic. I suggest
    using Aircrack-ng (http://www.aircrack-ng.org/) 2- You need some tool to change your MAC ad....
  20. Can You Create A Folder Name "con"
    Is it possible to create a folder named "CON" in Windows? (18)
    I tried in both Windows XP Home and Professional. If you try to make a folder named "CON" Windows XP
    renames it back to what it was. So creating a new folder with the name "CON" just renames it to "New
    Folder". The bug seems like a variable that got treated as a string or vice-versa. Trying to create
    the folder from a cmd prompt failed with an error "The directory name is invalid.". This also works
    when you try to create a file called "CON", or "CON.". ".CON" shows up the way it should. Somewhere
    I found the reason that CON stands for CONsole which is device name but....
  21. Pre Loader Tutorial For Flash
    Made by: Jordain (6)
    Simple pre loader tutorial with play button by: Jordain Joyce First of all open up flash then
    Create 4 Layers and in order name them: Actions
    Loader outline
    Loader Bar Content Then create 3
    frames for each layer. Lets start in the actions layer, for the first frame make it blank and the
    second frame make it blank also. Press F9 to open the actions panel (make sure you ....
  22. Using The Php Mail() Function For Images Or Attachments
    Can't find a decent tutorial! (3)
    I read the one mail() tutorial that was posted in the tutorial section and to my horror found that
    he had quoted almost verbatim from the PHP Manual off php.net, and made a comment about it, and also
    found that if you were new to PHP or the Manual that it was informative but not indepth enough for
    my tastes. This is not a tutorial although with the code that will be posted it might look like
    one, that is not its intent or purpose. I have searched and found many so called tutorials about
    MIME mail and boundries and all that but basically it either told me to use PHPMai....
  23. VB.NET: MS-Access Interaction Tutorial (Part I)
    (18)
    VB.NET - MS-Access Interaction Tutorial I got down to writing this tutorial because of
    this certain question that Dhanesh posted on our forums here . This tutorial will attempt to
    show you how to: Create a MS-Access Database Create/Edit/Delete Tables in it Access it and
    Add/Edit/Update data in those tables all with VB.NET . Note: This is not a beginner's
    tutorial and I'll assume you know all the basics of creating WinForm based applications using
    VS.NET . The screen-shots provided are from VS.NET 2005 - but you shouldn't f....
  24. Status Bar Effect
    Have your own text running in the status bar (5)
    Insert this code into the head of your page and the second script in the body tag of your page
    CODE <script LANGUAGE="JavaScript"> var speed = 50 var pause = 2000 var timerID =
    null var bannerRunning = false var ar = new Array() ar[0] = "This template was
    designed by solutions4u and for more templates please do visit www.solutions4u.co.nr" //Change
    var www.DesignerWiz.com bannerRunning message var currentMessage = 0 var offset = 0 function
    stopBanner() {     if (bannerRunning)     clearTimeout (timerID) ....
  25. Help Me Create A Text-based, Turn-based Game
    Similar to X-kings, Inselkampf, Ogame, Travian,etc.. (10)
    Can anyone help me create a game similar to the ones mentioned above? It isn't intended to have
    lots of graphics, but maybe a few... Any response will be much appreciated.....
  26. You Cannot Create A File Named Con
    (9)
    did you know, that on MS Word, you cannot name a document con? nobody can figure out why!
    ....
  27. C#.NET: Web Timer Control Tutorial
    C# & VB.NET (3)
    Web Timer Control C# Difficulty: Easy Time: 10 Minutes The aim of this tutorial is to create a
    Timer that works on web pages. Timers are a very useful control in Windows Applications but how can
    you use them in web pages. With the default controls you get in the .Net Framework there is not a
    Web Timer. This web timer can be used as a normal web control you will be able to drag and drop it
    onto Web Forms, and modify it using the properties window. This Timer Works using the JavaScript
    setTimeout() function which once the required time has elapsed unlike a Windows F....
  28. How To: Create PDF With Php
    Create on-the-fly PDF on the web server (18)
    In this tutorial, we will explore the possibilities of generating a PDF file - on-the-fly - with
    PHP. The samples that are presented can be run on astahost.com. Why would we want to generate a
    PDF on-the-fly ? Well, we might want to include in the PDF some data that must be entered by our
    surfer, by means of a html form. Or we might want to include in the PDF some data that comes from a
    database that is updated by another process. Or some other reason. You invent one. All reasons are
    legit! (1) The first thing to do, when we want to generate a PDF file with PHP....
  29. 3ds Max Tutorial.
    Introduction to reactor. (7)
    Letter Collision Tutorial. This tutorial will help u make a basic collision in 3Ds Max using its
    inbuilt reactor feature. Requisites:- discreet 3Ds Max 7 (Does 6 have reactor?? I dunno....). Even
    the trial downloaded from discreets website will do. Time:- 20-30min. Skill Level :- Beginner (A
    basic knowledge of the menu items is a must for this tutorial) Introduction:- reactor is a plug-in
    for 3ds max that allows animators and artists to easily control and simulate complex physical
    scenes. reactor supports fully integrated rigid and soft body dynamics, cloth sim....
  30. How To Remove Bad Sectors Or Bad Clusters From HDD
    a tutorial for you all (16)
    hi friends, there is small tutorial to remove Bad Sectors from hdd to remove bad sectors you need a
    program named SeaMap now we start Start the SeaMap.exe software Set the option by typing SD and
    then press enter Press 1 then 0 or 1 to select drive Then press 2 and there will be a option (Y/N)
    press n for No Press Esc button one to go back to command line Type FD Type y for yes the Hdd will
    format the whole disk and removes bad sectors and partitions Now the computer has to be restarted,
    Restart your computer Partition your Hdd using fdisk and then format all partitio....

    1. Looking for , tutorial, create, fire, effect

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for , tutorial, create, fire, effect
Similar
[fl]snow Effect - Simple Snow Efect Script
Here Are Some Great Php Tutorial Sites
How To Understand A Database Schema - A very nice and simple tutorial
Psychostats - Psychostats tutorial for cs
Basic Html Tutorial - Made it myself, hope you like it.
[c/c++][linux] Linking With A -l Is Static Or Dynamic? - How will it effect distribution and portability?
What You Need Before You Can Create A Text-based Game.. - Using PHP, HTML and MySQL
Moving To Fedora 9 - Tutorial on how a newbie can move to using this fantastic OS Fedora 9,
Bulletproof Ftp Server Tutorial - BulletProof FTP Server Tutorial
Create An Ftp Server On Your Pc With Serv-u - Create An Ftp Server On Your Pc With Serv-u
Create An Animation With Powerpoint
How Do You Create A Vista?
Linux Beginners - Tutorial On Editors In Linux.
How To Create A "user Profile" Page. - No design (easy to add later if you want).
How To Create Your Own Proxy Site (free And Easy)
How Do I Create Static Routes In Windows Xp?
Php Tutorial: Making A Shoutbox - Requirements: PHP, MySQL
Phpbb - Installation Tutorial ( For Newbies Based On Astahost Cpane)l - phpBB 2.0.22 installation Tutorial with basic steps.
Wireless: Bypassing Mac Filtering - Tutorial
Can You Create A Folder Name "con" - Is it possible to create a folder named "CON" in Windows?
Pre Loader Tutorial For Flash - Made by: Jordain
Using The Php Mail() Function For Images Or Attachments - Can't find a decent tutorial!
VB.NET: MS-Access Interaction Tutorial (Part I)
Status Bar Effect - Have your own text running in the status bar
Help Me Create A Text-based, Turn-based Game - Similar to X-kings, Inselkampf, Ogame, Travian,etc..
You Cannot Create A File Named Con
C#.NET: Web Timer Control Tutorial - C# & VB.NET
How To: Create PDF With Php - Create on-the-fly PDF on the web server
3ds Max Tutorial. - Introduction to reactor.
How To Remove Bad Sectors Or Bad Clusters From HDD - a tutorial for you all
advertisement




[tutorial] Create A Fire Effect.



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE