Well guys and girls, slowly but certainly I'm getting there, with a little help of friends 
This is the actionscript I've been putting in:
on (release, rollOver) {
tellTarget ("_root.text"
{
play ();
}
}
on (release, rollOut) {
}
on (release) {
tellTarget ("_root.text"
{
stop ();
}
}
The prob is it doesn't stop at the roll out.
Any suggestions?
Cheers,
dartali
This is the actionscript I've been putting in:
on (release, rollOver) {
tellTarget ("_root.text"
play ();
}
}
on (release, rollOut) {
}
on (release) {
tellTarget ("_root.text"
stop ();
}
}
The prob is it doesn't stop at the roll out.
Any suggestions?
Cheers,
dartali