-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I need .fla files of maps to develop map apps in flash. Can anyone tell me from where i can download .FLA files of Maps.
Thanks in Advance
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone. I am making a fighting game in Flash and while I have everything running, I am missing something: a victory/loss screen. Logically, I know how to do it:
if character.hp < 0
{
character.dead = true;
dispatchevent("death", event)
}
My problem is that I have no idea as to how…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Some times the .fla file opens up showing an output frame. Some times the code is displayed.
I want to edit the code and save it as .swf file but it only saves as .swf
When the .fla file shows an output frame, it can be saved as .swf
How to edit the .fla file?
Very frustrating!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've been trying to load a simple .swf (home.swf) and have it play automatically on my existing fla project (as2). These are the steps I have taken..
1) create MC, named "holder"
2) within first frame of MC, entered in.. loadMovie("home.swf","holder");
Nothing is showing, I'm not sure what…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How do I reference a fla component from an actionscript project? I use flex builder.
>>> More