Object Speed ?

2010-04-14 Thread 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.

 

 

Regards,

SHANI

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Object Speed ?

2010-04-14 Thread Klaus on-rev
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
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Object Speed ?

2010-04-14 Thread Shani
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-boun...@lists.runrev.com
[mailto:use-revolution-boun...@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
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Object Speed ?

2010-04-14 Thread Klaus on-rev
Hi Shani,

 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.

oh, sorry, I forgot important things - without waiting!

...
lock moves
## or - set the lockmoves to true

move grc 1 from X,Y to Y,Z in 2 secs without waiting
move grc 2 from Z,W to H,K in 3 secs without waiting
## more moving objects here...
unlock moves
...

Because I forgot to add without waiting the first graphic moves and blocked
the moves of the other objects! That's why this did not work as exspected!

Tested and works!
You had this already in your comented lines in your test stack ;-)

 REGARDS,
 SHANI

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Object Speed ?

2010-04-14 Thread Shani
Thanks  

Its done

It is working now.

Bundle of thanks

Regards,
SHANI 

-Original Message-
From: use-revolution-boun...@lists.runrev.com
[mailto:use-revolution-boun...@lists.runrev.com] On Behalf Of Klaus on-rev
Sent: Wednesday, April 14, 2010 11:05 AM
To: How to use Revolution
Subject: Re: Object Speed ?

Hi Shani,

 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.

oh, sorry, I forgot important things - without waiting!

...
lock moves
## or - set the lockmoves to true

move grc 1 from X,Y to Y,Z in 2 secs without waiting
move grc 2 from Z,W to H,K in 3 secs without waiting
## more moving objects here...
unlock moves
...

Because I forgot to add without waiting the first graphic moves and
blocked
the moves of the other objects! That's why this did not work as exspected!

Tested and works!
You had this already in your comented lines in your test stack ;-)

 REGARDS,
 SHANI

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution