Code: Select all
if scenetimer >= 3705 then
function onDraw()
Graphics.draw{
type = RTYPE_IMAGE,
image = title,
x = camX,
y = camY,
priority = 0,
sceneCoords = true
}
end
end
So I run the script and I get this error message:

Anyone know any way I can correct this?
Added in 5 minutes 59 seconds:
Wait, does the image need to be in the folder of the respective level's script?