Quick question.
I have my program set so that three squares are floating around the screen.
How easy would it be to swap those squares out for an image of say a Balloon?
If this is possible how would I go about doing it?
I have my program set so that three squares are floating around the screen.
How easy would it be to swap those squares out for an image of say a Balloon?
If this is possible how would I go about doing it?
Edit: I should have mentioned the "squares" have been made simply through rect(*,*,*,*);
1