5-01.
5-03.
Comment:
In this class i've learned to brows images
front for brows left
back for brows right
front = front+1;
back = back+1;
if(front>20)
front=1;
if(back>20)
back=1;
imgFront = loadImage(front+"f.jpg");
imgBack = loadImage(back+"b.jpg");
No comments:
Post a Comment