Malikye
January 31st, 2002, 09:54 AM
i'm at the "codeing" part, i'm i'm having trouble with the tell target "stage". i did what the example said about puting in the code. hopefully my example will show up right:
on (rollOver) {
tellTarget ("/rollover") {
gotoAndPlay ("1text");
}
}
on (rollOut) {
tellTarget ("/rollover") {
gotoAndPlay ("1back");
}
}
ok, well i thought i done it right, but when i go and test the movie, it says:
Target not found: Target="/rollover" Base="_level0"
can you help me out?
the tutorial is at
www.kirupa.com/developer/...dvroll.asp (http://www.kirupa.com/developer/flash5/advroll.asp)
Malikye
on (rollOver) {
tellTarget ("/rollover") {
gotoAndPlay ("1text");
}
}
on (rollOut) {
tellTarget ("/rollover") {
gotoAndPlay ("1back");
}
}
ok, well i thought i done it right, but when i go and test the movie, it says:
Target not found: Target="/rollover" Base="_level0"
can you help me out?
the tutorial is at
www.kirupa.com/developer/...dvroll.asp (http://www.kirupa.com/developer/flash5/advroll.asp)
Malikye