
-----------------------------------
ImDaMan
Fri Oct 13, 2006 7:14 pm

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?

-----------------------------------
Tony
Fri Oct 13, 2006 7:39 pm

Re: Need help with sprites.
-----------------------------------
I used sprites to animate the punching and kicking but the sprites doesn't work
how are you "using" them then? :? 

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

-----------------------------------
TheOneTrueGod
Sat Oct 14, 2006 12:47 pm


-----------------------------------
Or, even better, create your own custom sprites by using Pic.Draw...

-----------------------------------
ImDaMan
Thu Oct 19, 2006 5:27 pm

sprite
-----------------------------------
I drew 5 pics of the man puching and I want to use turing to play them.

-----------------------------------
NikG
Fri Oct 20, 2006 11:24 pm


-----------------------------------
Did you read Tony's post?
Sprites are "broken" in Turing 4.

-----------------------------------
Ultrahex
Sat Oct 21, 2006 12:45 pm


-----------------------------------
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.
