Search found 1 match
- Tue Jan 03, 2006 2:01 pm
- Forum: PSP Lua Player Development
- Topic: Image.load() error please help
- Replies: 0
- Views: 1025
Image.load() error please help
origional problem fixed... I had menu.png named manu.png XD pad = Controls.read() if pad:start() then break end if Position == "Menu" then if pad:up() then if Menuposition < 1 then Menuposition = Menuposition - 1 end end if pa...