[javascript-dev] ;max
Emmanuel Jourdan
c74-mailinglists at e--j.com
Tue May 20 19:31:24 MDT 2008
- Previous message: [javascript-dev] ;max
- Next message: [javascript-dev] Re: Re: slabs and planes in js
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 21 mai 08, at 03:15, Bertrand Fraysse wrote: > Is it possible to send message to max like, for example > > ; > max showcursor > > ; > max hidecursor > > from within jsui ? Yes: max.showcursor(); or max.hidecursor(); > An other thing. Does anyone have an idea on how to create a sort of > [line] within jsui ? > I'm making a 2D interface like pictslider but with random > possibilities inside the interface, i'd like to an interpolation > between new random positions... You might want to have a look to the Task object, calculate an increment depending on your Task speed/interpolation time, increment and that's it ;-) ej
- Previous message: [javascript-dev] ;max
- Next message: [javascript-dev] Re: Re: slabs and planes in js
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
