Computer Science Canada How to get Animation in foreground of picture |
Author: | BradSweet [ Wed Nov 30, 2011 4:09 pm ] | ||
Post subject: | How to get Animation in foreground of picture | ||
What is it you are trying to achieve? i have a picture made of graphics and i want an animation to play in the foreground (that is; in front of the picture i made) What is the problem you are having? i cant see the animation, which makes me think that it is "behind" the picture" Describe what you have tried to solve this problem i tried to place the coding of the animation in different lines (before the picture coding, and after the picture coding) Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using 4.11 |
Author: | Aange10 [ Wed Nov 30, 2011 6:13 pm ] |
Post subject: | RE:How to get Animation in foreground of picture |
You didn't post any relevant code. |
Author: | [Gandalf] [ Wed Nov 30, 2011 9:49 pm ] | ||
Post subject: | RE:How to get Animation in foreground of picture | ||
What Aange10 said. However, if you are drawing your animation behind the picture, what you want to do is draw your picture first and then the animation. Something like:
|