duke_leto_2 Posted January 29, 2011 Share Posted January 29, 2011 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 More sharing options...
SUPER_OkO Posted January 29, 2011 Share Posted January 29, 2011 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 More sharing options...
duke_leto_2 Posted January 29, 2011 Author Share Posted January 29, 2011 (edited) mistrz! super, dzieki :D Uploaded with ImageShack.us ale ten skrypt ulatwia zycie :). leto A. Edited January 30, 2011 by duke_leto_2 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now