0 Members and 1 Guest are viewing this topic.
I am a proud cynic.
Talking about sleep(), its relatively easy to implant by mixing a coroutine and the timer. sleep can be kinda usefull for people making a text adventure
... could I just make my own cursor and have it move around when the mouse is used?
Ok, so it seems that putting a cursor.show in on.create() and on.resize does it...I can't test right now.
Levak ?
a="Vagos CORP"..math.eval("char(whatever number ® output)")b="Organisaci"..math.eval("char(the output from ó)").."n Industrial"
function on.paint(gc) gc:drawString(a,5, 25) gc:drawString(b, 5, 45) gc:drawString("Desarrollado por Sebasu", 5, 205)end
gc:drawString("Vagos CORP" .. string.char(the number returned by ord))