menu1= image.load("menu/menu1.jpg") menu2= image.load("menu/menu2.jpg") menu3= image.load("menu/menu3.jpg") menu4= image.load("menu/menu4.jpg") menu=1 while true do controls.read() if controls.press("up") then menu = menu - 1 elseif controls.press("down") then menu = menu + 1 end if menu == 1 then menu1:blit(0,0) elseif controls.press("cross") then dofile("nivel3.lua") end if menu == 2 then menu2:blit(0,0) elseif controls.press("cross") then dofile("nivel2.lua") end if menu == 3 then menu3:blit(0,0) elseif controls.press("cross") then dofile("nivel1.lua") end if menu == 4 then menu4:blit(0,0) elseif controls.press("cross") then os.exit() end if menu > 4 then menu = 1 end if menu < 1 then menu = 4 end screen.flip() end
Click en la imagen si kieres un avatar o una firma tan espectacular como los mios =P.
Psp 2001 Gen d3 + Memory stick 4 gb
Ps3 Fat 60GB + CFW Rebug 3.55 + Disco duro externo 250 GB+ Multiman
Mirate este
Es exactamente lo mismo, lo k
Editado: -.-" Gracias , me sirvio xD !
Perfecto :D
Perfecto