A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Can anyone help me ?

  1. #1
    Junior Member
    Join Date
    Nov 2002
    Posts
    9

    Can anyone help me ?

    Hi Im new to flash & a bit stuck on something. I've got buttons inside a movie clip & im having a bit of trouble making them play in my scene 1, I've got action script on them.. on(release){_root.gotoAndStop("Scene1,1):} But I still cant get it to work
    can anyone help me out ??

    Cheers

    Dave

  2. #2
    An Inconvenient Serving Size hurricaneone's Avatar
    Join Date
    Mar 2001
    Location
    You know where
    Posts
    1,918
    We'll have a mod move this over to the General Help or Flash MX forums shortly.

    Please do not panic, and thanks for posting with FK.



    hint: maybe you'd like to change that to _root.gotoAndPlay...
    Stand by for emergency synapse rerouting

  3. #3
    Phantom Flasher... Markp.com's Avatar
    Join Date
    May 2000
    Posts
    16,034

    Re: Can anyone help me ?

    Originally posted by Dave_Galls
    on(release){_root.gotoAndStop("Scene1,1):}
    Should be:

    Code:
    on (release){
        _root.gotoAndStop("Scene1,1);
    }
    Just that tiny semi-colon

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