Fire Fox
www.newrealitydesigns.com/skk
Why would my input text boxes work in IE and not in Fire Fox....
and why does fire fox play pic sequences lower than IE, is there a way in flash to fix that?
and
www.newrealitydesigns.com/spin
why does my Preloader work in IE and not in Fire Fox? You have to load the page, then refreash to get it to go.....
FlashKit > Flash Help > Flash MX
Posted on: 12-22-2004, 11:40 AM
View Complete Forum Thread with Replies
Sponsored Links:
Fire Fire, Pour On Water
I desperatly need to know how to create this effect with as much actionscript as possible so that its small on file size, really appreciate anyones suggestions, I know its something to do with the particle effect, but thats it, i tried searching the forums but no go... help!!!
http://www.maylin.net/Fireworks.html
thanks a lot
View Replies !
View Related
Fire Fire, Pour On Water
I desperatly need to know how to create this effect with as much actionscript as possible so that its small on file size, really appreciate anyones suggestions, I know its something to do with the particle effect, but thats it, i tried searching the forums but no go... help!!!
http://www.maylin.net/Fireworks.html
thanks a lot
View Replies !
View Related
.fire? Where?
well i have been messing with coffee cupfirestarter..
and i was wondering was there a tool to convert .fla to .fire or is there anywhere i can find .fire movies?
thanks..
craig..
View Replies !
View Related
FIRE.. .Best Way?
Okay, Im doing a intro for a website with a "DARK" appeal, almost like a hell theme.
Well I did this first with photosop and JPG's. I made about 20 jpgs and the first 15 built up to the last 5. The last 5 would then repeat for the duration of the flash.
BUT... Problem arised, I cant put anything behind the flame unless I draw each thing or use GIFS.
So when I attempted to use GIFS, the flames look more like cartoons and then they woudldnt replace themseleves.
So I lost the Cartoon book effect.
What I want:
I want to be able to have a building flame on the screen and it arise and get larger and have text fade in behind it, and add other things on it as well.
Any ideas?
Prophecy
View Replies !
View Related
Fire
has anyone got any good movie clips of a fire burning? for my game its realy hard i was just wondering whether anyone had a movie clip of it. (theres a good one in max payne but i cantget it)lol
View Replies !
View Related
Fire
Can anyone help me with this little problem im having? As my guy chanegs direction, the bullets dont follow. If anyone can help me have the bullets fire in the direction the guy is pointing i would be very appreciative. (and i need to keep the code as simple as possible. Thanks!
View Replies !
View Related
Help With Fire Please.
I put together a war horse a while back I finally have the chance to animate it. I am trying to make whisps of fire roll from the nostrils and dissapate as the horse breaths out, it's like 5 frames. My problem is I can see it in my head but I am having a heck of a time making it happen. If anyone could help me out it would be greatly appreciated!!
View Replies !
View Related
Fire Var Changes Anyone?
Hello guys!! i am working on a project that fires a var i mean none of the functions nor classes are populating the var lets say that it magically is populating itself, it is a string, is there any way to add an eventListener so i can know when the var makes changes?
thanx in advance
View Replies !
View Related
AS Fire
A little piece of Actionscript that will create a nice fire effect
[swf=http://membres.lycos.fr/museebranly/flash/fire.swf]width=200 height = 250[/swf]
View Replies !
View Related
AS Fire
im trying to create the effect natronp did in this thread,http://www.kirupa.com/forum/showthread.php?t=80222&highlight=fire but im not very successful. does anyone have any thoughts on how to make this less cpu intensive?
edit: i dont know why the link goes to the microsoft page, weird. its in the source experiments forum under as fire.
View Replies !
View Related
AS Fire
A little piece of Actionscript that will create a nice fire effect
[swf=http://membres.lycos.fr/museebranly/flash/fire.swf]width=200 height = 250[/swf]
View Replies !
View Related
THE FRENCHBREAD IS ON FIRE
Does anybody know how to expand the borders of a button without expanding the button object contained within the border?
is that even possible?
am I even making sense?
hahahaha...if so and you know my question, then please HELP!!!
Thanks,
Luker =)
View Replies !
View Related
Fire Effects
Well i need help creating a firey backround.....and i dont like the red one i found here.....any tips on how to make one? im looking for one that flames upward and loops of course......
View Replies !
View Related
Out Of The Frying Pan, Into The Fire
Still on that game...I finished the last part thanks to you guys, but this part confuses me too. I was goin on fine until the last 2 bits of actionscript, too... Can you help me to update it again please? I couldn't find a Loop action and some other things. Here it is and thanks!!!:
Set Variable: "count" = 0
Set Variable: "loop" = 0
Loop While (loop <= 13)
Set Variable: "loop" = loop + 1
If (GetProperty ("/p" & loop, _visible ) = 1)
Set Variable: "count" = count + 1
End If
End Loop
If (count=1)
Begin Tell Target ("/")
Go to and Stop ("win")
End Tell Target
End If
View Replies !
View Related
Making Fire
Am trying to animate a fire breathing dragon. Having followed the tutorial by Sintech can now produce a flame, but cannot make it look like the dragon is breathing flames. A bit arty and un-necessary, I know, but if anyone has any ideas or has seen something similar can you help?
Thank you
View Replies !
View Related
Fire Breath
I have to draw a fire-breathing dragon but I cannot draw the fire effect; the dragon looks fine but I've looked everywhere for a nice fire-breathing effect with zero results. is there an example that I could study?
tnx for the help!
View Replies !
View Related
Fire Tutorial
hey,
can someone give me a tutorial that tells me how to create a flame, using action script and gradient tools etc. not a drawn flame one that starts off in a big gradient circle and then fades off into the distance like a real flame. a flame like that.
well thx for the info and i'll see ya later
reece
View Replies !
View Related
Animating Fire
For some reason I just can't animate fire in flash, and I don't know what to do.
Basically the fire burning away and as a mask have NightFire Productions. Of course I have no problems with the mask or anything but I just can't anime the flames or fire to look as if it s burning.
Are there any tutorials on how to animate fire or anything? Or any help you guys can provide would be good too
Thanks in advance
View Replies !
View Related
5 Lasers (fire)
I'm making a spaceship game using flash and it's coming along really well. You can move, and shoot single lasers. Today I'm attempting to make a new gun where you can shoot 5 lasers at a time and they spread out when you fire them.
....o o o o o. lasers......
.......[].ship.....
When I shoot as of right now, it creates all 5 lasers, but they do not change their xspeed as planned so they're all on top of each other. here's my code:
if(Key.isDown(Key.SPACE) && lasertype == 1)
{
if(laserdelay > laserdelaymax)
{
for(x=1;x<=5;x++)
{
lasercounter++;
_root.BlueLaser.duplicateMovieClip("BlueLaser"+las ercounter,lasercounter);
_root["BlueLaser"+lasercounter]._visible = true;
if(x==2)
_root["BlueLaser"+lasercounter].laserspeedx = 5;
else if(x==3)
_root["BlueLaser"+lasercounter].laserspeedx = -5;
else if(x==4)
_root["BlueLaser"+lasercounter].laserspeedx = 10;
else if(x==5)
_root["BlueLaser"+lasercounter].laserspeedx = -10;
}
laserfire.start();
laserdelay = 0;
}
}
edit: if you want to see the game without the new fire type it's here:
http://members.shaw.ca/twd108/spaceship.html
space to shoot, control goes into hyper speed , arrows move.
edit 2: This should probably be in the games forum, sorry.
View Replies !
View Related
Making Fire
Can some one please helpm with this i need to make a fire touch in falsh im good with photshop i can make some amazing fire with photoshop but i cannot make it move right on flash can some one please give me a good and easy way to make fire please im dying
View Replies !
View Related
MC On XPos Fire New MCs
trying to write the most concise code here, not sure of the best way to do it...i have a bunch of circle MCs that move in relationship to the cursor...no prob...what i need to do is fire an action, making a new unique MC appear when each circle falls into a specified xPos range...trying not to have an if() else if else if else if etc... should i push all the circle MC instace names to an array and talk to them from there?..thoughts...?
View Replies !
View Related
Enemy Fire Help
Hi,
i have a graphic and inside it are some mc's that move, im trying to get a mc called enemyfire to be attached to the mc's inside the graphic in the correct place but it just keeps adding them somewhere els.
does anyone know howto fix this?
iv attached my FLA i you wanna have a look at it
View Replies !
View Related
How Can I Make Fire?
hi all
i have a problem
i want to make a animation with fire but i cant make it work
the fire
its like the picture im putting in
i want to make it to go up, the "pikes" , im basing my animation in a dragon ball animation i saw earlyer
View Replies !
View Related
How Can I Make Fire?
hi all
i have a problem
i want to make a animation with fire but i cant make it work
the fire
its like the picture im putting in
i want to make it to go up, the "pikes" , im basing my animation in a dragon ball animation i saw earlyer
View Replies !
View Related
Fire <bang>
Hi again
I now have a small guy moving and aim at the cursor
so ................... how to get to fire?
i know how to set an action with the mouse button but i dont know the rest hehe
Please help this lazy dumbass
View Replies !
View Related
Fire Effect
http://www.24-7media.de/evildeadregeneration/
If you click any of the items on the menu, pay attention as the next page is loading. Look at the little statues at each side of the page that look like they are holding a pot that has fire come out of it. Is this only way to get this effect to make 5-6 different images with photoshop?
Also i know the only truely transparent way to save something from photoshop, to get it to appear correctly in flash is png 24... These files are huge, anyway to fix this?
Thanks
View Replies !
View Related
Don't Like Auto-fire :(
Basically, I have just made a scrolling shooting game using a tut on here.
However, I want to kill the function that makes the 'gun' autofire when the key is held down. Is there a way to make it 'single shot' so the key has to be pressed multiple times (The game is too easy if you just hold down ctrl and sweep the screen)
Thanks for helping a noobie!
View Replies !
View Related
Realistic Fire
I have set up a video in flash and i'm adding in all the special effects there.
the main thing is that i need a realistic looking flame MC.
the second thing is that i need a way to create more than one different-looking flame MC so that when i multiply them, they don't just look like i used the same movie clip over and over.
and i dont want just a .gif because thats the same thing as multiplying the same MC...unless there's 2 different ones that look almost exactly the same
any help at all would be veeeeeeeeeeeeeeeeeeeeeery appreciated.
Zippy Dee
View Replies !
View Related
Fire Turret
http://img388.imageshack.us/my.php?image=turret6ff.swf
I want this turret to be able to fire at the mouse when you hold down the mouse. I'm using flash MX 2004 pro.
View Replies !
View Related
Fire Turret
I have this this turret in my game, but I cant make it fire. I want it to fire at the mouse when you click the mouse but I dont know how to do it. Is there any code that will let me do this?
Here is my game:
http://img388.imageshack.us/my.php?image=turret6ff.swf
View Replies !
View Related
Rapid Fire
Hi,
Im tryin to clone a movie clip (LibaryName: Bullets, Instance StageName:B1) to clone a new bullet and place it where the mouse is on the stage. In layer 1 frame 1 this is my code:
Code:
var i
_root.onMouseDown = function() {
i = 0
_root.B1.duplicateMovieClip(i = i + 1,1)
i._x = _xmouse
i._y = _ymouse
}
Why dosn't it work?
How do i make it work
Thx
P.S: CAn i duplicate movie clips straight from libary?
View Replies !
View Related
|