hi michael,

try (untested code!):

obj = sprite(2).newObject("Object")
obj._x = 40
obj._y = 85
sprite(2)._root.attachMovie("clip", "clip", 50, obj)

cheers,
valentin

Mendelsohn, Michael wrote:
Hi list...

The following line of lingo works, but the params object gets ignored:

sprite(2)._root.attachMovie("clip", "clip", 50, {_x:40, _y:85})

The "clip" MC shows up at point(0,0).  Could this be some wacky syntax
issue I'm missing?

Thanks,
- Michael M.


[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!]

[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