We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi guys and girls.
I need help to change the following.
ellipse(iGRID_UNIT_SIZE+(GRID_UNIT_SIZE/2),iiGRID_UNIT_SIZE+(GRID_UNIT_SIZE/2), // center of grid spot
abs(coinRotateTimer),GRID_UNIT_SIZE/2);
I want the ellipse replaced by an image, but cant seem to figure it out using the help on images.
Can anyone here plz help?
Best Regards Anders
Answers
http://forum.processing.org/two/discussion/293/changing-an-ellipse-into-a-picture
See also What are setup() and draw()? for some pitfalls to avoid when using images (or similar).