DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: Funny max scripting

I think Denis has finally lost it… help “Denis”

12 years ago
Forum
Reply
RE: Delete modifier by name?

Pro tip! (getclassinstances MeshSmooth astrackviewpick:on) Thanks for that Denis!

12 years ago
Forum
Reply
RE: Argument Count Error Help

hide (i = #($1,$2,$3)) unhide i[ballheight] Best I could come up with

12 years ago
Forum
Reply
RE: Argument Count Error Help

Shorter… hide #($1, $2,$3) case ballheight of ( 1 : ( unhide $1 ) 2 : ( unhide $2 …

12 years ago
Forum
Reply
RE: Argument Count Error Help

Just to help you understand the error, error Argument count error: hide wanted 1, got 5 <<… This is saying this because you’ve done this lin…

12 years ago
Forum
Reply
RE: Argument Count Error Help

Or… I prefer to use multi-lines… much easier to read and de-bug. case ballheight of ( 1 🙁 unhide $1 hide $2 hide $3 …

12 years ago
Forum
Reply
RE: Buttons not working

When doing if statements with multiple lines for each statement then you need to put some brackets in. If a > 2 then ( –do this –and do this ) …

12 years ago
Forum
Reply
RE: Buttons not working

Like this? try (closeRolloutfloater ballholder) catch() rollout balls “test” ( button btn_left “Left” button btn_right “Right” local p = 10 on btn…

12 years ago
Forum
Reply
RE: Buttons not working

try (closeRolloutfloater ballholder) catch() rollout balls “test” ( button btn_left “Left” button btn_right “Right” on btn_left pressed do ( box() )…

12 years ago
Forum
Reply
RE: Please confirm…

I’ve dropped it in a place where hopefully someone will pick it up… … and it’s now been logged so it should be fixed.

12 years ago
Forum
Reply
RE: Please confirm…

Broken in 2011/64

12 years ago
Forum
Reply
RE: Move in opposite direction

i still think that your method may cause infinite loop.

12 years ago
Forum
Reply
RE: Flippin Flipper

The actual Horse animation looked a lot nicer, but sadly clients don’t allow us to show most of our work!

12 years ago
Forum
Reply
RE: Flippin Flipper

Been there! Unfortunately we had to remove the other videos which are the ones I worked on, we had one where there was a horse running and the tria…

12 years ago
Forum
Reply
RE: Loft Twist from CSV

denisT: that’s true. the Loft is not creatable by mxs, and it doesn’t provide any interface to its editing. but… is there really no way to code the …

12 years ago
Forum
Page 41 / 76