Re: lingo-l moving objects with time

2002-08-22 Thread Buzz Kettles
At 5:04 PM +1000 8/21/02, you wrote: I want to be able to change the characters in a given textfeild randomly? Like a scrabbled word? drop this behavior on a field click on it cmd-click/ctrl-click on it to reset it hth -Buzz - property spr, memb,

lingo-l moving objects with time

2002-08-21 Thread Elvin M. Certeza, Jr.
Is there a way move an object pixel per pixel throughout time? Say, I want to move an object/image 50 pixels. over .. say 6 seconds? Whilst I'm here.. I might as well ask. Umm I want to be able to change the characters in a given textfeild randomly? Like a scrabbled word? Thanks.. Elvin M.

Re: lingo-l moving objects with time

2002-08-21 Thread Thomas Biedorf
Am Mittwoch den, 21. August 2002, um 09:04, schrieb Elvin M. Certeza, Jr.: Say, I want to move an object/image 50 pixels. over .. say 6 seconds? Try this behavior: property pStart, pEnd, pCurrTime, pTimer property pSprite, pNewPos, pDirVector on beginsprite me pSprite =

Re: lingo-l moving objects with time

2002-08-21 Thread Andreas Gaunitz P11
Elvin, Is there a way move an object pixel per pixel throughout time? Say, I want to move an object/image 50 pixels. over .. say 6 seconds? Easiest way is to divide the distance by the time to find the distance to move the sprite each exitFrame. Keep the next location for the sprite in a