Search found 1 match

by T-Man
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&#40;&#41; if pad&#58;start&#40;&#41; then break end if Position == "Menu" then if pad&#58;up&#40;&#41; then if Menuposition < 1 then Menuposition = Menuposition - 1 end end if pa...