Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Animation and Effects

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-11-2001, 04:25 PM   #1
Grim Reaper
Registered User
 
Join Date: May 2001
Location: Montreal
Posts: 1
Send a message via ICQ to Grim Reaper
Question

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 ?
Grim Reaper is offline   Reply With Quote
Old 05-11-2001, 09:35 PM   #2
tranterra
Registered User
 
Join Date: May 2001
Posts: 24
Talking Try this:

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 :\\
tranterra is offline   Reply With Quote
Old 05-13-2001, 06:46 PM   #3
Marx
New Member
 
Join Date: Feb 2001
Posts: 378
Default

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.
Marx is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 12:35 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.