View Full Version : [FMX] Smartclip Navigation AS
flashy22
September 10th, 2004, 04:10 AM
Hey all,
i did the tutorial on smartclip navigation, and i made a cool looking smart-clip,
( this has probably been asked hundreds of times but i cant find it), how can i use the smartclips to get to another frame, the simple :
on (press){
gotoAndStop(5);
}
makes the smartclip not so smart...!?!?!?!
help!
Ben (flashy22)
amitgeorge
September 10th, 2004, 04:35 AM
try _parent.gotoAndStop(5);
flashy22
September 10th, 2004, 10:19 AM
Hey amitgeorge,
unfortunatly that didnt work, but i just figured out a way to do it,
instead of
on (press) { which is a button action,
onClipEvent (mouseDown) {
_parent.gotoAndStop(5);
} which is a movie-clip action, still the "_parent." was still needed to make it work,
thanks alot,
Ben (flashy22)
amitgeorge
September 11th, 2004, 01:04 AM
Hey amitgeorge,
unfortunatly that didnt work, but i just figured out a way to do it,
instead of
on (press) { which is a button action,
onClipEvent (mouseDown) {
_parent.gotoAndStop(5);
} which is a movie-clip action, still the "_parent." was still needed to make it work,
thanks alot,
Ben (flashy22)
Heyyyy. My pleasure.
I think the on press works on movieclips also.
try it on in new separate movie. atleast it does in mx
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.