Go Back   SitePoint Forums > Forum Index > Design Your Site > Flash and Actionscript
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Jul 25, 2003, 14:13   #1
ArticleBot
SitePoint Articles
 
ArticleBot's Avatar
 
Join Date: Apr 2001
Posts: 0
Discussion thread for Flash Script - Fire Effect

This is a dedicated thread for discussing the SitePoint article 'Flash Script - Fire Effect'
ArticleBot is offline   Reply With Quote
Old Jul 25, 2003, 14:13   #2
str8acer
SitePoint Zealot
 
str8acer's Avatar
 
Join Date: Feb 2002
Posts: 160
I can't download the file. it says that the file doesn't excist.
str8acer is offline   Reply With Quote
Old Aug 4, 2003, 12:46   #3
Anonymous
SitePoint Community Guest
 
Posts: n/a
I can't download the file. it says that the file doesn't excist."

  Reply With Quote
Old Oct 26, 2003, 19:54   #4
Anonymous
SitePoint Community Guest
 
Posts: n/a
doesn't work on MX 2004 pro ?
  Reply With Quote
Old Nov 2, 2003, 14:31   #5
Anonymous
SitePoint Community Guest
 
Posts: n/a
right click on the download link and select save target
  Reply With Quote
Old Nov 12, 2003, 14:10   #6
Anonymous
SitePoint Community Guest
 
Posts: n/a
no really, the file doesn't work
  Reply With Quote
Old Nov 12, 2003, 14:11   #7
Anonymous
SitePoint Community Guest
 
Posts: n/a
also, it says there is an error in line four of the first keyframes code. " Scene=Scene 1, Layer=actions, Frame=1: Line 4: ';' expected
In the second key frame give action;"
  Reply With Quote
Old Jan 4, 2004, 11:05   #8
Anonymous
SitePoint Community Guest
 
Posts: n/a
"doesn't work on flash MX either"
  Reply With Quote
Old Jan 4, 2004, 17:56   #9
swishstudios
SitePoint Addict
 
Join Date: Nov 2003
Location: USA
Posts: 211
Very nice effect!
swishstudios is offline   Reply With Quote
Old Jan 27, 2004, 09:34   #10
Anonymous
SitePoint Community Guest
 
Posts: n/a
I'm trying this tutorial and would love to know how to recreate. Link didn't work so I tried to right click/save as - still didn't work.
  Reply With Quote
Old Jan 27, 2004, 10:10   #11
Anonymous
SitePoint Community Guest
 
Posts: n/a
Very clever! Nice looking too. Thx
  Reply With Quote
Old Feb 28, 2004, 03:52   #12
Anonymous
SitePoint Community Guest
 
Posts: n/a
great idea ! but cud'nt get it work !!

  Reply With Quote
Old May 8, 2004, 00:56   #13
Anonymous
SitePoint Community Guest
 
Posts: n/a
i tried to down load the sample file but it says....the file dosen't exists.........
  Reply With Quote
Old Jun 5, 2004, 08:59   #14
Anonymous
SitePoint Community Guest
 
Posts: n/a
//put this code in first frame...
i = 0;
setProperty ("fl", _visible, 0);
xx = getProperty("fl",_x);
//and the below code in second frame...
if(i < 35)
{
duplicateMovieClip ("/fl", "fl" add i, i);
setProperty ( "fl" add i, _alpha,i*8);
setProperty ( "fl" add i, _x,random(3) + xx);
i = i + 1;
}
  Reply With Quote
Old Jun 16, 2004, 11:58   #15
Anonymous
SitePoint Community Guest
 
Posts: n/a
I tried this in Flash MX and I get the following error message - what do I need to change?

Scene=Scene 1, Layer=Actions, Frame=1: Line 4: ';' expected
19.In the second key frame give action:

It's close but doesn't look like a flame yet. - Newbie
  Reply With Quote
Old Jul 6, 2004, 01:53   #16
VB程序园
SitePoint Member
 
Join Date: Jul 2004
Location: china
Posts: 0
very good ,thank you !
VB程序园 is offline   Reply With Quote
Old Sep 7, 2004, 15:13   #17
anonymous
SitePoint Community Guest
 
Posts: n/a
I would like to know how this can be made to work in Flash MX-2004. I have spent about five hours now, I have tried every possible thing I could think of to make this work. I can reproduce the blur. And the tween rendering, while it works ok for the first few seconds, it begins to overwrite itself from the front. The problem is mostly, it is beyond me, how or why this should work at all. The only way you can debug something, is if you can understand what it is supposed to be doing, how it is supposed to work. Well, this is totally esoteric so far. After five hours, I find out I knew less about Flash, than I did entering in. I am not happy.
  Reply With Quote
Old Dec 17, 2004, 03:06   #18
delcasda
SitePoint Community Guest
 
Posts: n/a
to work on mx 2004, delete the 3 first frames on movie clip(the ones without teen) and add the action : setProperty (this,_alpha,27); on the first keyframe (that now is also the first frame on the movie clip)
  Reply With Quote
Old Dec 24, 2004, 13:00   #19
Swamp Fox
SitePoint Community Guest
 
Posts: n/a
hey that looks great but I tried to make miltiple flames (like candles on a alter) but only the one works, it there way to make multiple flames on one document?
  Reply With Quote
Old Dec 31, 2004, 13:34   #20
firewallavatar
SitePoint Member
 
firewallavatar's Avatar
 
Join Date: Dec 2004
Location: Hamilton
Posts: 2
Lightbulb

you can always try to use multiple layers
firewallavatar is offline   Reply With Quote
Old Feb 25, 2005, 10:02   #21
deadparrot
SitePoint Member
 
Join Date: Feb 2005
Posts: 1
how do i chage the tint!?!?!? i cant find any of the effects palletes!
deadparrot is offline   Reply With Quote
Old Mar 9, 2005, 00:30   #22
firewallavatar
SitePoint Member
 
firewallavatar's Avatar
 
Join Date: Dec 2004
Location: Hamilton
Posts: 2
Question

Quote:
Originally Posted by deadparrot
how do i chage the tint!?!?!? i cant find any of the effects palletes!
there are effect palettes in flash mx?? u sure they're not 3rd party plugins ur mentioning?
firewallavatar is offline   Reply With Quote
Old May 1, 2005, 23:27   #23
singersower
SitePoint Addict
 
singersower's Avatar
 
Join Date: Nov 2004
Location: TX
Posts: 242
well, I didn't use an 'effects' palette, I just used the color mixer palette to change the color of the graphic (I had to double click and open teh graphic)

didn't really look like fire the first time, but play with it :)
singersower is offline   Reply With Quote
Old Jun 25, 2005, 01:11   #24
Baiuta Sorin
SitePoint Community Guest
 
Posts: n/a
excellent
  Reply With Quote
Old Aug 15, 2005, 10:08   #25
tom
SitePoint Community Guest
 
Posts: n/a
for some reason im only getting the single circle moving up...any way to troubleshoot this?
  Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 16:17.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved