Hi!
I havnt been very active with flash for quite some time.
I just started a new “project” and im a bit rusty.
My problem in that i want a small circle to fade in next to a butten when i “mouse-over” it and fade out when i rollout.
The first time i mouse-over it, it works fine, I rollout and mouse-over again, nothing happens, I rollout the circle fades in, I mouse-over it, it fades out.
I have no idea how to fix this, I cant find the source of the problem.
The code is simple:
on(rollOver){
tellTarget("/rollover") {
gotoAndPlay("/start1");
}
}
on(rollOut) {
tellTarget("/rollover") {
gotoAndPlay("/back1");
}
}
Im sure someone will sort this out for me.
Thanx guys