I thought I had it but...
When I put
on (rollOver) {
yourclip.gotoAndPlay (2);
}
on (rollOut) {
yourclip.gotoAndStop (1);
}
with fade as my clip, there was no reaction. Do I have to put a more literal path? I just put fade.gotoAndStop.
My clip has a stop() in the first clip, and a loop rightly called loop from the 15th to the 10th frame.
Am I missing something? This is new to me. The animation seems easy but go figure I would have to start with logic in my creative world. *sigh*
All time and help is greatly appreciated
Va
When I put
on (rollOver) {
yourclip.gotoAndPlay (2);
}
on (rollOut) {
yourclip.gotoAndStop (1);
}
with fade as my clip, there was no reaction. Do I have to put a more literal path? I just put fade.gotoAndStop.
My clip has a stop() in the first clip, and a loop rightly called loop from the 15th to the 10th frame.
Am I missing something? This is new to me. The animation seems easy but go figure I would have to start with logic in my creative world. *sigh*
All time and help is greatly appreciated
Va