Especifica el mode gràfic.
num Un nombre del 0 al 2.
num
function init() num=0 end function update() cls() print("Estas en el mode "..num,0,0) print("Pulsa espai per a",0,2) print("canviar de mode.",0,3) if btnp(KEY_SPACE) then num = (num+1) % 3 mode(num) end end
Deleting the wiki page "mode" cannot be undone. Continue?