Hello,

I�m trying to make a new group on the fly out of the models in my max
scene, can anyone help me work out how to use this repeat use a list
instead, my idea is, is t make a group out of the specified and then
spin this group, with clicking the mouse and dragging ??

scene.newgroup("all")
  
  repeat with x = 1 to 65-----------------------how do I modify this ?
    scene.group("all").addchild(scene.model[x])
  end repeat


-Kind Regards

-KEV-

[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