PDA

View Full Version : need some help...


BuLu
07-08-2002, 02:08 PM
hi...
i'm new with flash and i have one little problem..
my problem is:

how i make movie go to other frame when mouse rolls over the button?(i know that it's made with this

on (rollOver) {
gotoAndPlay (5);
}

thingy and it works..but i need to know how can i do it when mouse gets of the button it goes back to frame1?

if anyone understands what i mean..can you please help me out?
:p thanks for advance...


bulu

pinkaboo
07-08-2002, 02:17 PM
is this what you mean?

on (rollOut) {
gotoAndPlay (1);
}


pinK

BuLu
07-08-2002, 06:37 PM
yeah...thx :)
i think i have tried something like that but i'll try this...
i let you know if it doesn't work...
oh..by the way do i just add it to the code behind the

on (RollOver);
...

script?
:confused:

pinkaboo
07-08-2002, 07:10 PM
by the way do I just add it to the code behind the on(rollover) script
yep, you sure do, it's that easy :)

pinK