Hi, I am trying to animate a character in my game and am using a single Large image with lots of smaller animations on them…I have a problem with breaking the image up into there individual fames. Can anyone hlp me. ok thanks
a website would be nice
The code I implemented is shown below
I have a problem with in the …
"
return createImage(new FilteredImageSource(ip,new CropImageFilter(x,y,width,height)));
"
the error I get is as follows
C:\My Documents\marioGame\GoRacing\FrameCollection.java:47: cannot resolve symbol
symbol : method createImage (java.awt.image.FilteredImageSource)
location: class FrameCollection
return createImage(new FilteredImageSource(ip,new CropImageFilter(x,y,width,height)));
^
1 error
can anyone help me
oh this isn’t the main Applet class but a side class.
ok thanks