PCoop
08-04-2003, 10:47 AM
Currently doing this tutorial here - http://www.virtual-fx.net/vfx/tutorial/tutorial8_136_20020107.php
I've got so far as to inputing the code, which even to a n00b like me looked to be wrong.
this is the coding i have now
on (rollOver) {
tellTarget ("button")
gotoAndStop(1)
End tellTarget
tellTarget ("scroll")
gotoAndStop(1)
End tellTarget End On
}
heres what the debug says
Scene=Scene 1, Layer=Path, Frame=1: Line 4: ';' expected
End tellTarget
Scene=Scene 1, Layer=Path, Frame=1: Line 5: '(' expected
tellTarget ("scroll")
Scene=Scene 1, Layer=Path, Frame=1: Line 6: ')' expected
gotoAndStop(1)
Scene=Scene 1, Layer=Path, Frame=1: Line 7: ';' expected
End tellTarget End On
Any ideas how to fix it?
or even better a newer Tutorial :)
Any help apreciated :)
I've got so far as to inputing the code, which even to a n00b like me looked to be wrong.
this is the coding i have now
on (rollOver) {
tellTarget ("button")
gotoAndStop(1)
End tellTarget
tellTarget ("scroll")
gotoAndStop(1)
End tellTarget End On
}
heres what the debug says
Scene=Scene 1, Layer=Path, Frame=1: Line 4: ';' expected
End tellTarget
Scene=Scene 1, Layer=Path, Frame=1: Line 5: '(' expected
tellTarget ("scroll")
Scene=Scene 1, Layer=Path, Frame=1: Line 6: ')' expected
gotoAndStop(1)
Scene=Scene 1, Layer=Path, Frame=1: Line 7: ';' expected
End tellTarget End On
Any ideas how to fix it?
or even better a newer Tutorial :)
Any help apreciated :)