| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
I have a movie with 3 scene ...on the first one there's 2 button one go to the second scene (it works) with the action on mouse event nextscene() and the other go to the third one but it don't work ...which action should i use ?
|
|
|
|
|
|
#2 |
|
Registered User
Join Date: May 2001
Posts: 24
|
Use a goToAndPlay("yourscenenamehere", theframenumberhere) instead of the nextScene() in your button's actions.
Example: OnMouseEvent { goToAndPlay("scene3", 1) } I hope this works for you. //: tranterra :\\ |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2001
Posts: 378
|
Hi...
Just following on from tranterra's advice. Just in case your trying to target fron an MC use: on (release) { _root.goToAndPlay("sceneThreeLabel"); } Hope this helps. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Jumping Scenes | bettheturn | ActionScript 2.0 | 10 | 01-25-2005 08:13 PM |
| Problem Scripting Scene Changes | RevRay | ActionScript 2.0 | 0 | 09-03-2004 09:07 PM |
| Button to scene help | msweeney | ActionScript 1.0 (and below) | 2 | 07-01-2004 05:19 PM |
| how do you delete / remove / unload xml jpeg image from stage once scene changes? | jean roman | ActionScript 1.0 (and below) | 1 | 03-26-2004 02:19 PM |
| preloading a specific scene showing percentage? | gatorage | ActionScript 1.0 (and below) | 4 | 07-09-2002 10:10 AM |