The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.38 / 5.00 36,385 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 13,902 ViewsLike the title says, is there any way to save all actionscript, on every MC, frame, button etc, to a text file? I need the code separate for a presentation.
Well, you can use Flare decompiler. Puts every piece of AS to a text file.
A negative is that it lists EVERYTHING; even movieclips without any AS on it gets listed as well.
Yeah, this is the route I wanted to avoid. I'd like to keep my comments and variable names, which I don't think get saved in the final SWF that you would decompile.
try using the magic combination of ctrl+c and ctrl+v. if it's a lot of code on a single frame or mc, you might ever want to use ctrl+a.
eat your heart out :D
Conspiracy :O | Best story thread ever!
"I guess my kick made his penis explode since blood started gushing down his leg." - Stoptalking
Yes, it is a lot of code, and several hundred lines are placed in over a hundred separate movieClips.
Looks like I do it the long way.
At 10/16/08 02:23 PM, DarkSkyForever wrote: Yes, it is a lot of code, and several hundred lines are placed in over a hundred separate movieClips.
Looks like I do it the long way.
You might be able to use the find tool somehow.