pick object problem

i have selection before

i would like to make new selection
so i use pickobject count:#multiple

but that didn;t work

is there my fault ?

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
dussla's picture

i found thist ,but that didn;t not work in max9

rollout myRol "Trying to select multiple objects" width:164 height:45
(
button myButton "Click me" pos:[13,9] width:135 height:25
on myButton pressed do (
local objs = #()
objs = pickobject count:#multiple
messagebox ("Result: " + objs as string)

)
)

try (destroydialog myRol) catch()
createdialog myRol

dussla's picture

thank you speed answer

always thank you for speed answer
i will try~

kimarotta's picture

run "a = pickObject

run "a = pickObject count:#multiple" in listener... and select with mouse objects that be a array... and click enter ...

"a" array is create with objects selects...

could understand?

kimarotta.com.br
3d Artist  

dussla's picture

i tried ,but there is problem

i run that code in listener
that is good

but i have to use code in ms script file
i made selet.ms with that code
that didn't work
what problem?

kimarotta's picture

can you post the script or

can you post the script or part of it to understand?

kimarotta.com.br
3d Artist  

dussla's picture

that is your code

i made sel.ms

there is

your code only

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.