|
|
 |
RE: FN-FORUM: flash rollover
date posted 1st July 2004 11:23
on (rollOver){
gotoAndStop(2);
}
on (rollOut){
gotoAndStop(1);
}
Paul Cooper
Internet Developer
Intex Design
http://www.intexdesign.net
>From: John McAulay [EMAIL REMOVED]
>Reply-To: [EMAIL REMOVED]
>To: "FN-FORUM / [EMAIL REMOVED] [EMAIL REMOVED]
>Subject: FN-FORUM: flash rollover
>Date: 30 Jun 2004 23:32:11 -0000
>
>
>Hi all,
>
>I'm using flash, after a break from using it, and have forgotten how to
>have a simple rollover which changes back again once the mouse has rolled
>out from it again.
>
>_______________________
>
>on (rollOver) {gotoAndStop(2);
>
>on (rollOut) {gotoAndStop(1);
>
>}
>}
>_______________________
>
>but in a way that works, because I know you can't have "on" nested inside
>another on handler, so I was wondering if anyone has any ideas,
>
>
>John
>
>________________________________________________________
>
>www.lateral-design.co.uk
>
>www.lateral-design.co.uk/desktop-images.html
>
>
>--
>Freelancers, contractors earn more with Prosperity4
>Call 0870 870 4414 or visit www.prosperity4.com
>and benefit from Inland Revenue approved expenses today.
>
>To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|