Okay, I want two images to race along the screen via two separate polygons. The problem I have is that when I run the script they don't go at the same time. e.g. Image "B" goes first and then Image "A" goes after the first has completed this action.
Code: Select all
move image "B" to the points of graphic "Polygon" in movementspeed seconds
move image "A" to the points of graphic "Polygon2" in 2.3 seconds
Here is a piece of the code. (Note: movementspeed is a variable set by the user).
Is there a way for both pieces of code to start at the same time? Or is there another way around this?
Thanks in advance