Hi folks,
I guess this is an easy one - but I haven’t figured out to do this…
I am having all my images in an array (table) called bricks. I have built up my dummy game with regular rectangles, but I am now changing those to images that looks more nicer. I am almost done, but how should I respawn the following object “bricks[j]” with an image, and with correct x,y axis?
if(oldColor==1 and color==3) then
--\> old code to access the object and change fill color
bricks[j]:setFillColor(255,255,0)
end
Best regards, Joakim [import]uid: 81188 topic_id: 16388 reply_id: 316388[/import]
