I need help about keyboard controls of 3ds Maxscript

Hey everyone.I have a project about maxscript. I must rotate the drawed object for example box with keyboard arrow keys(up,down,right,left). I need lots of help. Please help me..

Sorry for small English^^

Thank You..

contact me: id_MuSt4F4_æhotmail.com
_MeXt4F4_

Comments

Comment viewing options

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

That's easy. Easier if you

That's easy. Easier if you use the numpad because they are real caracters.

You use a getkbchar function. car = ketkbchar()
then a choice if (char == 8) then do ( whatever you like)

If you have a lot of "if" better use a "case of" instruction.

Hope it helps.

Comment viewing options

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