well, here's the action script i'm trying to get...

this.onEnterFrame = function(){
if(Key.isDown(Key.RIGHT)){
gotoAndPlay("5");
};
}

*cough*indogo thanks alot...like coffee*cough*

i have kool moves 5.2.3 and i'm trying to get it when you press right, it goes to the "icon"

problem is though, i have a loop play on frame 3 and when i press right, it goes straight to frame 1. I think it's cuz of the loop play.

if any 1 has any advise plz post