Computer Science Canada Amimation not exactly working. Please advise. |
Author: | Honsly [ Wed May 01, 2013 8:29 pm ] | ||
Post subject: | Amimation not exactly working. Please advise. | ||
What is it you are trying to achieve? I am trying to animate multiple stick figures to move at the same time. What is the problem you are having? One man will start moving, this is good. Next a new man will appear when the first man reaches the half-way point, this is also good. The problem I cannot solve is that I would like the next man to start moving as soon as he appears, not wait until the first man disappears. Describe what you have tried to solve this problem I have tried using some if statements to move the second man as soon as he appears, but it does not work. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) Can someone please help me move the second man as soon as he appears? The code is underneath so you can have a better understanding of what I am saying. Please feel free to modify anything and repost it so I may try it out and appreciate.
Please specify what version of Turing you are using Version 4.1.1 |
Author: | Tony [ Wed May 01, 2013 9:54 pm ] |
Post subject: | RE:Amimation not exactly working. Please advise. |
follow your code line by line, and imagine it running on a computer. You'll be waiting for the inside loop to exit, before turning to the outside loop. |