help with sprites

from seeing examples in books and stuff, i'm trying to use the Sprite class in my own soon-to-be-a-game. But the compiler keeps saying the Sprite class doesn't exist. Can someone help me figure out what they hey i'm doing
[231 byte] By [terabitha] at [2007-9-29 1:23:23]
# 1
refer the compiling section ...the Sprite class is probably a class from an author, so maybe you can download it from his site.
jpw35a at 2007-7-13 3:45:44 > top of Java-index,Other Topics,Java Game Development...
# 2
check the cd that came with your book, the sprite class will be there. (assuming you got one!!)
JDunlopa at 2007-7-13 3:45:44 > top of Java-index,Other Topics,Java Game Development...
# 3
> check the cd that came with your book, the sprite> class will be there. (assuming you got one!!)Yep, find it, compile it locally - then have oodles of fun.
Sscottiesa at 2007-7-13 3:45:44 > top of Java-index,Other Topics,Java Game Development...
# 4
Or find the source code listing in the book, type it out and then compile ;-) dependes which book!
Parmeniona at 2007-7-13 3:45:44 > top of Java-index,Other Topics,Java Game Development...
# 5
Isn't Sprite a class in the new J2ME classes?
paulcwa at 2007-7-13 3:45:44 > top of Java-index,Other Topics,Java Game Development...
# 6
not in MIDP 1.0 , MIDP 2.0 yes..I had to code my own sprite class and manager class with MIDP 1.0..Nokia and several other places have good examples in how to do it..
JavaMeToa at 2007-7-13 3:45:44 > top of Java-index,Other Topics,Java Game Development...