| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
|
_root._parent - super confussed
Hi all I'm using Flash 8 Professional. And I'm struggling with linking buttons, that are all on one layer, within a movieclip, which is again embedded within movieclip. The tricky thing is I'd like the buttons to link back to the timeline/content displayed on the main stage, in this case 'Scene 1' I've tried this: on (release) { _root.gotoandPlay("Scene 1", 4); } But to no avail, help! |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Sep 2006
Location: Glasvegas
Posts: 865
|
don't use scenes. ever. reasons your code doesn't work/workaround: David Stiller’s blog » Blog Archive » Why Doesn’t _root.gotoAndPlay() Work with Scenes? meh.
|
|
![]() |