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, or
>I want to be able to change the characters in a given textfeild randomly?
>Like a scrabbled word?
>
>Thanks..
>
>Elvin M. Certeza, Jr.
>http://www.alphalink.com.au/~certeza/
Here's a bhv that changes the text randomly.
Define a string that contains all the characters you think should be
allo
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 v
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 = sprite(me.sprite
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. Ce