|
-
Is there an easy way to gather all the ActionScripting into 1 frame?
I have actions in frame 1 and in frame 2 I have a gotoandplay (1) command. This is because I would like it to check the frame 1 repeatedly.
Can I somehow skip the frame 2 gotoandplay command but still continuesly check the frame 1 actions???
This is important because I'm currently doing an adventuregame and I would really like to gather all my AS into 1 frame!
BTW check the EARLY EARLY beta on:
http://hem.fyristorg.com/jensnyberg/adventure.html
-
You can loop all your code in one frame by putting you code in the onClipEvent(enterFrame){} event of an MC.
Check the manual for more info. Also, I think flashGuru has some good examples at his site (i dont have the url to hand) some of which are in the FK f5 FLAs section.
bangers
-
Thanx bangers! I've finnished it now and it works perfectly
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|