> t = script("MoveObject_Behavior").new()
> sprite(1).scriptInstanceList.add(t)
> 
> and get a script error: Property not found.

Try this:

Sprite(1).scriptInstanceList.add(script("MoveObject_Behavior").new())

Cordially,

Kerry Thompson


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to