PDA

View Full Version : simple movieclip roller script problem


MysterB
08-12-2005, 05:03 PM
I just need some quick help with this simple rollover animation. I don't like using buttons if at all possible, and I am just trying to animate a rollover on this movieclip.

Here is the code

on (rollOver) {
this.gotoAndPlay("10");
}




just check out the .fla HERE (http://psyberstudios.com/print.fla) to see everything, and if I am pointing to the right movieclip or what.

Lemme know what I am doing wrong so I know for the future.

Thanks

MysterB
08-12-2005, 08:27 PM
or check out this .fla


psyberstudios.com/profile.fla



more problems :(

Headshotz
08-14-2005, 10:02 AM
Ok,

You have put the code in the wrong place, you are telling the MC inside the MC inside the MC to gotoAndPlay(10);. You just wan't to tell the MC inside the MC. No third one....

Put the code in the MC on the Main timeline...

Smooth Animation, looks good ;)

Vash
08-15-2005, 02:32 AM
If the script at the top is EXACTLY the same as the script in your file, the rollover should be RollOver not rollOver

Headshotz
08-15-2005, 07:39 AM
??

No it's small r big O

rollOver

Ive indentified the problem anyway.

MysterB
08-15-2005, 11:30 PM
I got it to work bruv, thanks a lot. I will shoot you a PM when I update my portfolio later tonight. thanks

:D

Headshotz
08-16-2005, 08:17 AM
Awesome, good to hear.


Good luck with your stuff! :)