Tools : Freehand
Posted: Thu Nov 26, 2015 3:20 pm
Hello
I have a image "i" and a graphic curve "gc" do with the tool freehand.
I put in the script of image
It's work correctly, but when i put this code in a command in the card script, i don't see the image to move.
in the card script
I have a image "i" and a graphic curve "gc" do with the tool freehand.
I put in the script of image
Code: Select all
on mouseUp
move image "i" to the points of graphic "gc" in 5 seconds
end mouseUp
in the card script
Code: Select all
on preOpenCard
moveOnGraphic
end preOpenCard
command moveOnGraphic
move image "i" to the points of graphic "gc" in 5 seconds
--send "moveOnGraphic" to me in 250 milliseconds
end moveOnGraphic