|
|||||||
New to SitePoint Forums? Register here for free!
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
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 |
|
|
|
|
|
#2 |
|
SitePoint Wizard
![]() ![]() ![]() Join Date: Jul 2003
Location: Texas
Posts: 6,813
|
Hello
Try this: Code:
on (release) {
_root.gotoAndPlay("Step2");
}
Hope this helps Later Johnny |
|
|
|
|
|
#3 |
|
SitePoint Enthusiast
![]() Join Date: Mar 2004
Location: nh
Posts: 87
|
you're the man. thanks. just didn't have the code right.
|
|
|
|
|
|
#4 |
|
SitePoint Wizard
![]() ![]() ![]() Join Date: Jul 2003
Location: Texas
Posts: 6,813
|
Glad to be of help!
![]() |
|
|
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
|
All times are GMT -7. The time now is 20:31.












Linear Mode
