all groups > flash (macromedia) > february 2008 >
You're in the

flash (macromedia)

group:

How to control Main timeline from a button in a scrolling movie?



Re: How to control Main timeline from a button in a scrolling movie? srirama.83
9/21/2007 12:00:00 AM
flash (macromedia):
Re: How to control Main timeline from a button in a scrolling movie? srirama.83
9/21/2007 12:00:00 AM
How to control Main timeline from a button in a scrolling movie? Calbruc
9/21/2007 3:20:21 AM
I just can't figure it out... I want a button to have the main timeline play
when pressed - it is part of a movie in a scroller, so I need it to reach out
from the scroll movie to the main timeline and tell it what to do, but all I
have tried isn't working.

Thoughts?

Thanks.
Re: How to control Main timeline from a button in a scrolling movie? Calbruc
9/21/2007 4:44:03 PM
Thanks for the help, I'm closer now with a slight change. Now the root plays,
but the variable isn't passed out to the main timeline so I just loop...

I'm now trying

on (release) {
_root.play();
gohere = "HEin";
}

Re: How to control Main timeline from a button in a scrolling movie? Calbruc
9/21/2007 5:19:54 PM
And here's the working answer, thanks for the help:

on (release) {
_root.play();
_root.gohere = "HEin";
RE: How to control Main timeline from a button in a scrolling movie? Ioana
2/6/2008 6:24:11 AM
i have got the same problem but in as3. I really can't figure it out. _root does not function in as3. please please help

From http://www.developmentnow.com/g/68_2007_9_0_0_1020998/How-to-control-Main-timeline-from-a-button-in-a-scrolling-movie.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button