Help starting a bobblehead effect?
- by Aaron
I have no working code at all, but I'll post my method of display the image I need to bobble.
public void onDraw(Canvas can){
can.drawBitmap(bobbleHead , xpos, ypos, p);
}
I have xpos and ypos declared.