Jump to content

[3ds max] skrypt do przesowania timeslider'a


duke_leto_2

Recommended Posts

Przydalby mi sie prosty skrypt ktory by przesowal timeslider o podana wartosc klatek. Napszyklad klikam "go", i timeslider przesowa mi sie o 12 klatek do przodu.

Gdy ma sie do zanimowania kroki dla kilkunastu osob, roznie rozlozone w czasie, taki skrypt bardzo by sie przydal.

 

czy jest cos takiego? moze daloby sie cos takiego latwo napisac..

 

 

pozdrawiam,

leto A.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

rollout przesuwacz "TIME MACHINE" width:195 height:66

(

button btn3 "3" pos:[5,4] width:60 height:25

button btn5 "5" pos:[68,5] width:60 height:25

button btn7 "7" pos:[130,5] width:60 height:25

button btn12 "12" pos:[68,35] width:60 height:25

button btn15 "15" pos:[130,35] width:60 height:25

button btn10 "10" pos:[5,34] width:60 height:25

 

on btn3 pressed do

(

slidertime = slidertime + 3f

)

on btn5 pressed do

(

slidertime = slidertime + 5f

)

on btn7 pressed do

(

slidertime = slidertime + 7f

)

on btn10 pressed do

(

slidertime = slidertime + 10f

)

on btn12 pressed do

(

slidertime = slidertime + 12f

)

on btn15 pressed do

(

slidertime = slidertime + 15f

)

)

createdialog przesuwacz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

Important Information

We are using cookies. Read about our Privacy Policy