Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 How to get Animation in foreground of picture
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
BradSweet




PostPosted: 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>

Turing:


<Add your code here>



Please specify what version of Turing you are using
4.11
Sponsor
Sponsor
Sponsor
sponsor
Aange10




PostPosted: 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.
[Gandalf]




PostPosted: 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:

code:
loop
    drawStaticPicture
    drawCurrentAnimationFrame
end loop
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: