This script works to a certain extent...
On (Roll Over)
Begin Tell Target ("/movie1"
Go to and Play (2)
End Tell Target
End On
On (Roll Out)
Begin Tell Target ("/movie1"
Go to and Play (14)
End Tell Target
End On
How would you add a conditional statement so that on (Roll Out) only occurs when movie1 has played up to frame 13.
Thanks for your help!
;-)
On (Roll Over)
Begin Tell Target ("/movie1"
Go to and Play (2)
End Tell Target
End On
On (Roll Out)
Begin Tell Target ("/movie1"
Go to and Play (14)
End Tell Target
End On
How would you add a conditional statement so that on (Roll Out) only occurs when movie1 has played up to frame 13.
Thanks for your help!
;-)