CF Perez
12-07-2004, 11:14 PM
I often go to FlashKit to get the downloads and adapt them to my needs, this is no exception. However, this time I'm in over my head, and the Colin Moock book is too abstract. I love these forums because of the interactive learning.
I have a scroller which I would like to use as a menu, to activate other scenes.
The attached is the reduced version of my graphic, which features a scroller, and which has an "invisible" button which should be able to be activated to go to "Scene 2" but I cannot figure why my code doesn't work:
on(release){ _parent.gotoAndStop("Scene 2"); }
Thanks for all your support!
cf
I have a scroller which I would like to use as a menu, to activate other scenes.
The attached is the reduced version of my graphic, which features a scroller, and which has an "invisible" button which should be able to be activated to go to "Scene 2" but I cannot figure why my code doesn't work:
on(release){ _parent.gotoAndStop("Scene 2"); }
Thanks for all your support!
cf