hi this proberly quite an easy proberlm but cant find any help so ill try this forum.
i have a simple button wihch fades in and out of colour with rollOver and rollOut.
im trying to make button move with on(release) but when ever it moves it comes back due to rollOut taking control.
on(rollOver){
gotoAndPlay("go 2")
}
on(rollOut){
gotoAndPlay("go 3")
}
on (release) {
gotoAndPlay("go 1");
}
so what i think is if "go1" playing it needs to stop "go3" from playing
any help would be awsome
i have a simple button wihch fades in and out of colour with rollOver and rollOut.
im trying to make button move with on(release) but when ever it moves it comes back due to rollOut taking control.
on(rollOver){
gotoAndPlay("go 2")
}
on(rollOut){
gotoAndPlay("go 3")
}
on (release) {
gotoAndPlay("go 1");
}
so what i think is if "go1" playing it needs to stop "go3" from playing
any help would be awsome
Comment