Search found 11 matches

by BrokenHeartedLoser
Fri Oct 14, 2005 9:38 am
Forum: PSP Lua Player Development
Topic: [CODE SAMPLE] Counter
Replies: 2
Views: 1717

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?
by BrokenHeartedLoser
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?...
by BrokenHeartedLoser
Tue Oct 11, 2005 2:05 am
Forum: PSP Lua Player Development
Topic: save highscore + extras ( name & level highscore )
Replies: 3
Views: 2258

thanks for trying to help but i can't find any examples on the forum by using the search " highscore "

what examples online do use this code? 8-)
by BrokenHeartedLoser
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?
by BrokenHeartedLoser
Mon Oct 10, 2005 10:58 pm
Forum: PSP Lua Player Development
Topic: cursor tutorial
Replies: 5
Views: 2769

yes d pad stands for directional pad :)
by BrokenHeartedLoser
Mon Oct 10, 2005 7:15 am
Forum: PSP Lua Player Development
Topic: PSPEnv Release Beta 3
Replies: 7
Views: 3371

it's looking good even if it aint the final design :) don't like the background you picked too much tho maybe something to fit in with the bars?
by BrokenHeartedLoser
Mon Oct 10, 2005 7:11 am
Forum: PSP Lua Player Development
Topic: cursor tutorial
Replies: 5
Views: 2769

thanks but the first question wasn't answered...it must be possible :)
by BrokenHeartedLoser
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?
by BrokenHeartedLoser
Mon Oct 10, 2005 4:38 am
Forum: PSP Lua Player Development
Topic: Options Problem
Replies: 2
Views: 2013

yea i understand you guys are busy and yea i have checked out the snake source code but i was trying to find out a way to this with images without editting the snake source code...i've only been doing visual basic programming since this and that was easy heh
by BrokenHeartedLoser
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 :)
by BrokenHeartedLoser
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...