
July 25th, 2002
07:42 AM
play movie when mouse move over it.
hey there,
i was wondering if anyone new how to make a movie play when someone moves there mouse over it?
e.g. i am making a movie, and halfway through the movie i put a STOP action so the whole movie stops.
now i want a action so if some one moves there mouse over the movie the rest plays
if anyone can give me the actionscript or awebsite with the right tutorials i would appreciate it:)
thanks a lot
select.
___________________
www.selectskate.com
phil@selectskate.com

July 25th, 2002
11:30 AM
just put a button in the background with the function play onMouseOver. 
___________________
www.selectskate.com
simon@selectskate.com

July 26th, 2002
02:02 AM
Neversidian
Status: Offline!
duh, that is unessescary selectskate, select, all u have to do is on the frame that u have this "stop action", create and put a button on it and put the alpha of the button to 0% and then scale the button to fill the flash movie and put the following on the button for its actions:
on (rollOver) {
play();
}
;)

July 27th, 2002
10:15 AM
ok thanks
___________________
www.selectskate.com
phil@selectskate.com