Posted 01 July 2014 - 01:52 PM
Hello! I have been trying to load up an image on my advanced computer that I drew on the Paint program. I created an image named frame1 so when I wanted the image to be drawn on my computer screen I did:
local image = paintutils.loadImage("frame1")
paintutils.drawImage(image, 1, 1)
But, whenever I try to run the file I saved this code in, which I named "tv" it says this: "tv:2 Expected image, x, y". Any help is greatly appreciated! ~Thanks :lol:/>