I think Denis has finally lost it… help “Denis”
Pro tip! (getclassinstances MeshSmooth astrackviewpick:on) Thanks for that Denis!
hide (i = #($1,$2,$3)) unhide i[ballheight] Best I could come up with
Shorter… hide #($1, $2,$3) case ballheight of ( 1 : ( unhide $1 ) 2 : ( unhide $2 …
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…
Or… I prefer to use multi-lines… much easier to read and de-bug. case ballheight of ( 1 🙁 unhide $1 hide $2 hide $3 …
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 ) …
Like this? try (closeRolloutfloater ballholder) catch() rollout balls “test” ( button btn_left “Left” button btn_right “Right” local p = 10 on btn…
try (closeRolloutfloater ballholder) catch() rollout balls “test” ( button btn_left “Left” button btn_right “Right” on btn_left pressed do ( box() )…
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.
Broken in 2011/64
i still think that your method may cause infinite loop.
The actual Horse animation looked a lot nicer, but sadly clients don’t allow us to show most of our work!
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…
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 …