English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am doing a simple side scroll tween, but I need a stop action on rollover and to start on rollout. Help please. PS yes I am new at this.

2007-02-02 13:37:02 · 1 answers · asked by isanynameavialable 2 in Computers & Internet Programming & Design

1 answers

on (rollOver) {
stop ();
}

on (rollOut) {
play ();
}

This will work

2007-02-02 16:43:08 · answer #1 · answered by cool _ sim 2 · 0 0

fedest.com, questions and answers