Hi,
I decided to try this, but I'm afraid I am not having much success.
I get there error:
Runtime Error Line 19 Tab 0
drawing(0,0)
Attempt to call global 'drawing' (a nil value)
in _draw line 19 (tab o)
at line 0 (tab 0)
What am I doing wrong here?
I am basically pasting in the Lua code after all my test code and then all I have in _update() is a button check to then set a flag to make the image draw in my _draw() function by called drawing(0,0)
Cheers,
Roy