View Single Post
Old 21-08-2008, 14:04   #1 (permalink)
jesusfreak101
ie must die
 
Join Date: Jun 2007
Location: Seattle, Washington
Posts: 2,238
Send a message via AIM to jesusfreak101 Send a message via MSN to jesusfreak101
i need a flash experts help

okay so i have this AS thats in a button which animates a tween, but then when you roll out the AS just reverses it. heres the code:

Code:
on (rollOver) { _root.mouse_over_HomeNew = true; } on (rollOut) { _root.mouse_over_HomeNew = fstartlse; }

and i created a new button where it stops in the middle, but i want the rollOut AS to play after it stops. Any flash experts know how to do this? i attached an image to get an idea

originally, the button would stop where the AS is, but i wanna change that
Attached Thumbnails
i-need-flash-experts-help-image1.jpg  
  Reply With Quote