A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] button help!!!

  1. #1
    Junior Member
    Join Date
    Nov 2008
    Posts
    4

    Question [CS3] button help!!!

    Hi everyone!

    Hopefully someone will be able to help me out. I have a flash piece made up of 4 scenes and I basically what I want is when a button is pressed in "scene2" to move onto the next scene. I entered the following code:

    on (press) {
    gotoAndPlay("scene2");
    }

    which i think is right but it is still not moving onto scene 2 on immediate press.
    Any ideas?

    Thanks

  2. #2
    Chemist
    Join Date
    Oct 2002
    Location
    San Francisco
    Posts
    204
    PHP Code:
    on(press) {
        
    gotoAndStop("Scene 2"1);


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