Help starting a bobblehead effect?
Posted
by Aaron
on Stack Overflow
See other posts from Stack Overflow
or by Aaron
Published on 2010-06-17T04:18:48Z
Indexed on
2010/06/17
4:23 UTC
Read the original article
Hit count: 251
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.
© Stack Overflow or respective owner