Computer Science Canada My tree looks like it's bleeding |
Author: | DaBigOne [ Sat Oct 19, 2013 8:39 pm ] | ||
Post subject: | My tree looks like it's bleeding | ||
What is it you are trying to achieve? I'm trying to make the apple fall down from the tree. What is the problem you are having? When the apple falls, you need to remove the background behind, but there are two background colors to remove Describe what you have tried to solve this problem I've tried putting two backgrounds, and one to come in at a certain time, but I can't set multiple delays in one for loop, which means I have to wait for the apple to reach the ground first before erasing the green background. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Please specify what version of Turing you are using 4.11 |
Author: | Raknarg [ Sat Oct 19, 2013 8:42 pm ] |
Post subject: | RE:My tree looks like it\'s bleeding |
You need to draw them all at the same time. That way stuff like this is much easier to manipulate |