Hi Judy,

Judy Perry wrote:
I used a preOpenCard handler to handle the initial locations of the three
images, then an openCard handler to handle their movement.
Here is the entire card script:
on preOpenCard
  set the loc of image "BStone1.gif" to 326,152
  set the loc of image "Bstone2.gif" to 215,155
  set the loc of image "BStone3.gif" to 268,242
end preOpenCard

on openCard
  set lockMoves to true
  move image "BStone1.gif" to 588,-72 in 2 secs without waiting
  move image "BStone2.gif" to -65,-21 in 2 secs without waiting
  move image "BStone3.gif" to 290,459 in 2 secs without waiting
  set lockMoves to false

##Would this work eventually? Does here...
  wait until the movingcontrols = empty

ual effect dissolve
  go next card
end openCard
Any other ideas???
Gratefully received...
Judy

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to