Max Script ile ilgili. - sayfa: 2

Cvp

Deadbeat

case maxops.pivotmode of
(
#none: maxops.pivotmode = #pivotonly
#pivotonly: maxops.pivotmode = #none
)


Döngü kurmayı az çok biliyorum (ActionScript 2 öğrenmeye çalışıyordum, flash için). Ama max da nasıl uygulayacağımı bilememiştim (Max Recorder da istediğim şeyler görünmüyordu.).
Araştırırken şöyle basit bir scripte denk gelmiştim ve kullanmaya başladım.
Yapmak istediğimde zaten buydu. Ama değiştirilerek farklı şeyler içinde kullanılabilinir.

Açıklama için teşekkürler, kolay gelsin.

2008-02-27 12:36:25

Cvp

izztti

rollout test "test"

(

button b1 "b1"

on b1 pressed do print "b1"

button b2 "b2"

on b2 pressed do b1.visible = not b1.visible

)

createdialog test

--Pressing the ´b2´ button hides and unhides the b1 button

2008-10-27 00:07:28