Mar 11, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 is there a way to delay a link to a url. I would preferably like the animations within the button to finish before linking to the page. Thanks
is there a way to delay a link to a url. I would preferably like the animations within the button to finish before linking to the page. Thanks
Mar 11, 2001 #2 davdesign Technical User Joined Oct 21, 2000 Messages 1,482 Location GB action on button: on release >>> setvariable (press=1) action in last frame of button movie-clip: if >>> "/ress=1" >>> geturl (http://.....) >>> end if dave dave@davdesign.co.uk ^^^^^^^^^^^^^^^^ Upvote 0 Downvote
action on button: on release >>> setvariable (press=1) action in last frame of button movie-clip: if >>> "/ress=1" >>> geturl (http://.....) >>> end if dave dave@davdesign.co.uk ^^^^^^^^^^^^^^^^