A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Gathering all AS to 1 frame!

  1. #1
    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

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    105
    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

  3. #3
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center