Go Back   SitePoint Forums > Forum Index > Design Your Site > Flash and Actionscript
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Sep 21, 2004, 09:12   #1
cleofus
SitePoint Enthusiast
 
Join Date: Mar 2004
Location: nh
Posts: 87
calling a frame from the maintimeline from inside a movie clip.

I am have a stop action on the main timeline. from there i have a button that jumps and stops at the next frame where a movie clip plays. inside this movie clip, at the last frame, i want a button which when released will go to the next frame which is labeled Step2 in the main timeline, but i am having a tough time figuring out the right path.

any help would be appreciated. i tried the

on (release) {
gotoAndStop("Scene 1", "Step2");
}


but for some reason it stays within the current MC timeline instead of going to the main timeline
cleofus is offline   Reply With Quote
Old Sep 21, 2004, 09:29   #2
BPartch
SitePoint Wizard
silver trophybronze trophy
SitePoint Award Recipient
 
BPartch's Avatar
 
Join Date: Jul 2003
Location: Texas
Posts: 6,813
Hello

Try this:

Code:
on (release) {
 	_root.gotoAndPlay("Step2");
 }
_root means maintimeline!

Hope this helps

Later
Johnny
BPartch is online now   Reply With Quote
Old Sep 21, 2004, 12:18   #3
cleofus
SitePoint Enthusiast
 
Join Date: Mar 2004
Location: nh
Posts: 87
you're the man. thanks. just didn't have the code right.
cleofus is offline   Reply With Quote
Old Sep 21, 2004, 16:24   #4
BPartch
SitePoint Wizard
silver trophybronze trophy
SitePoint Award Recipient
 
BPartch's Avatar
 
Join Date: Jul 2003
Location: Texas
Posts: 6,813
Glad to be of help!
BPartch is online now   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
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 On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 20:31.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved