move after a period
Posted: Thu Nov 26, 2015 11:01 pm
Hello,
i have three images (imagined that the images are leaves) that follow a graphic curve do with the tool freehand.
I would want to do that "leaf3" begin to move after 4 seconds but when i use "wait" the moving block or are not fluide
i have three images (imagined that the images are leaves) that follow a graphic curve do with the tool freehand.
Code: Select all
command leavesAreFalling
move image "leaf1" to the points of graphic "way1" in 10 seconds without waiting
move image "leaf2" to the points of graphic "way2" in 10 seconds without waiting
--wait 4 seconds
move image "leaf3" to the points of graphic "way3" in 6 seconds without waiting
send "FeuillesQuiTombent" to me in 10 seconds
end leavesAreFalling