Computer Science Canada Need help with sprites. |
Author: | ImDaMan [ Fri Oct 13, 2006 7:14 pm ] |
Post subject: | Need help with sprites. |
Hey everyone, I'm programming a stick man fighting game and I used sprites to animate the punching and kicking but the sprites doesn't work, everytime I run it, it says 'Animate' is not in the export list of 'Sprite', what does that mean? |
Author: | Tony [ Fri Oct 13, 2006 7:39 pm ] |
Post subject: | Re: Need help with sprites. |
ImDaMan wrote: I used sprites to animate the punching and kicking but the sprites doesn't work
how are you "using" them then? ![]() Quote: not in the export list means that this is not a valid function for the Module to access. Although the Sprite module appears in the Turing reference, the module has been broken and no longer works. There have been some work arounds and custom libraries written, so you can ether look into using that code, or go straight for the Pic.Draw |
Author: | TheOneTrueGod [ Sat Oct 14, 2006 12:47 pm ] |
Post subject: | |
Or, even better, create your own custom sprites by using Pic.Draw... |
Author: | ImDaMan [ Thu Oct 19, 2006 5:27 pm ] |
Post subject: | sprite |
I drew 5 pics of the man puching and I want to use turing to play them. |
Author: | NikG [ Fri Oct 20, 2006 11:24 pm ] |
Post subject: | |
Did you read Tony's post? Sprites are "broken" in Turing 4. |
Author: | Ultrahex [ Sat Oct 21, 2006 12:45 pm ] |
Post subject: | |
As you should already knows "sprites" are "broken" we mean broken as in you have to make your own way of creating sprites and animating them, which is a good leanring process then getting learned by somebody us. even though it can be tedious work. It will pay off in terms of knowledge on the subject matter. |