has this been tested yet? :P
but yea coming from LuMo it should work :)
load/save data into files...what files do these include? txt files?
Search found 11 matches
- Fri Oct 14, 2005 9:38 am
- Forum: PSP Lua Player Development
- Topic: [CODE SAMPLE] Counter
- Replies: 2
- Views: 1717
- Fri Oct 14, 2005 9:29 am
- Forum: PSP Lua Player Development
- Topic: Screenshots
- Replies: 2
- Views: 1774
Screenshots
is there any other way to save screen shots cause my friend isn't able to view tga files i tryed changing it to if pad:l() then screen:save("screenshot3.png") end it saves the file but there is nothing there maybe i should try another format?...
- Tue Oct 11, 2005 2:05 am
- Forum: PSP Lua Player Development
- Topic: save highscore + extras ( name & level highscore )
- Replies: 3
- Views: 2258
- Tue Oct 11, 2005 12:08 am
- Forum: PSP Lua Player Development
- Topic: save highscore + extras ( name & level highscore )
- Replies: 3
- Views: 2258
save highscore + extras ( name & level highscore )
is there a way to save your highscore + other stuff and load them into one txt file?
- Mon Oct 10, 2005 10:58 pm
- Forum: PSP Lua Player Development
- Topic: cursor tutorial
- Replies: 5
- Views: 2769
- Mon Oct 10, 2005 7:15 am
- Forum: PSP Lua Player Development
- Topic: PSPEnv Release Beta 3
- Replies: 7
- Views: 3371
- Mon Oct 10, 2005 7:11 am
- Forum: PSP Lua Player Development
- Topic: cursor tutorial
- Replies: 5
- Views: 2769
- Mon Oct 10, 2005 4:54 am
- Forum: PSP Lua Player Development
- Topic: cursor tutorial
- Replies: 5
- Views: 2769
cursor tutorial
in the controler code at http://wiki.ps2dev.org/psp:lua_player:tutorial
how can you also make the cursor move with the d pad? and use an image as the cursor?
how can you also make the cursor move with the d pad? and use an image as the cursor?
- Mon Oct 10, 2005 4:38 am
- Forum: PSP Lua Player Development
- Topic: Options Problem
- Replies: 2
- Views: 2013
- Mon Oct 10, 2005 4:32 am
- Forum: PSP Lua Player Development
- Topic: [Lua Tutorial] So you wanna different font..
- Replies: 25
- Views: 12637
this needs to be added to lua player tutorials at http://wiki.ps2dev.org/psp:lua_player:tutorial :)
- Mon Oct 10, 2005 3:38 am
- Forum: PSP Lua Player Development
- Topic: Options Problem
- Replies: 2
- Views: 2013
Options Problem
i'm new to luaplayer and i would like some help knowing whats wrong with my options menu ever since i added it, it just closes down while using luaplayer for windows... if pad:cross() then ShowOptions() end end would this be the way to show my option menu with...