A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Communicating between scenes

  1. #1
    E Pluribus Flash
    Join Date
    Oct 2003
    Posts
    18

    Communicating between scenes

    Does anyone know of a really good tutorial out there for learning how to interact between scenes?

  2. #2
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    Hiya

    How do you mean "interact"?

    To get the playhead to move to a specific scene and a specific frame in that scene :

    Code:
    gotoAndPlay("secondScene", 10); // plays from frame 10 in a scene called "secondScene"
    If you are going to be using a lot of ActionScript then don't use scenes as AS doesn't like them. Use frame labels instead.

    Mick

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