Hi all,
I still haven't found the complete coding to make a text scroll and stop at the spot when button rollover/rollout
This is de code I use:
on (release, rollOver) {
tellTarget ("_root.text" {
play ();
}
}
on (release, rollOut) {
}
on (release) {
tellTarget ("end" {
}
}
Now the prob is in the second part, rollOut.
Any suggestions?
Thanks,
dartali
I still haven't found the complete coding to make a text scroll and stop at the spot when button rollover/rollout
This is de code I use:
on (release, rollOver) {
tellTarget ("_root.text" {
play ();
}
}
on (release, rollOut) {
}
on (release) {
tellTarget ("end" {
}
}
Now the prob is in the second part, rollOut.
Any suggestions?
Thanks,
dartali