00:00
00:00
Newgrounds Background Image Theme

Bladerolsh just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Script Help 2006-07-28 00:02:28


I need a script so that when the mouse leaves the flash, the flash returns to the first frame. If you would be so kind to help me...

Thanks

Response to Script Help 2006-07-28 00:03:40


_root.onRollOut=function(){
_root.gotoAndStop(1);
}
pretty sure that it would work.


========|| WWWWWWWW>[-[Blog] - [Audio] - [Userpage] - [Flash] - [Last.fm]-]<WWWWWWWW ||========

BBS Signature

Response to Script Help 2006-07-28 00:27:52


_root.onRollOur = function(){
_root.gotoAndStop(1);
}