Object Speed ?
Shani
shani.runrev at gmail.com
Wed Apr 14 04:48:13 EDT 2010
HI,
Thanks
It works same as i mention before.
http://www.4shared.com/file/iyM6-FY7/test.html
Example:-
like consider that I have two object (car) they both start same time. One is
moving on speed 75km/h and other is on 120 km/h, the car which is on 120
km/h reach before and other one reach later.
So that I want to move like that on different speed.
REGARDS,
SHANI
-----Original Message-----
From: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Klaus on-rev
Sent: Wednesday, April 14, 2010 10:29 AM
To: How to use Revolution
Subject: Re: Object Speed ?
Hi Shani,
> HO can i change the speed of different objects.
>
> move graphic xyz from the loc of grc xyz to the loc of grc ("xz") in 2
> seconds.
>
>
>
> When I apply this command this wait for 2 second then go toward the goal,
> but I need it like when I have 4 objects and four different goal.
>
> It goes toward goal with different speed mean some fast and some slow like
> that .
>
>
> How can I set their speed.
use "lock moves" first, then move all objects and then use "unlock moves":
...
lock moves
## or -> set the lockmoves to true
move grc 1 from X,Y to Y,Z in 2 secs
move grc 2 from Z,W to H,K in 3 secs
## more moving objects here...
unlock moves
...
"unlock moves" (or "set the lockmoves to false") acts like the starting shot
in a race :-)
> Regards,
>
> SHANI
Best from germany
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com
_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list