Search found 4 matches

by Mechanical
Thu Nov 16, 2006 12:29 am
Forum: PSP Lua Player Development
Topic: memory issue
Replies: 18
Views: 11830

big thanks
ducks - new playstation symbol ;))

ok, another question...
i have not any idea why i can't use all psp memory... i can't load more than ~ 3.6MB :/
(luaplayer 0.20).
it is possible to load more data to memory?
thx.
by Mechanical
Mon Nov 06, 2006 6:41 am
Forum: PSP Lua Player Development
Topic: memory issue
Replies: 18
Views: 11830

Hi ;)
I have a noob question. How to unload png from memory?

screen = Image.load("screen.png")
screen = nil

??
by Mechanical
Mon Feb 06, 2006 11:11 pm
Forum: PSP Lua Player Development
Topic: dofile("")
Replies: 6
Views: 4015

yeah, i know, but it's not a solution :/

in my game one level = one file. When You reach 20th level then will be 20 opened files. :/
by Mechanical
Mon Feb 06, 2006 9:28 am
Forum: PSP Lua Player Development
Topic: dofile("")
Replies: 6
Views: 4015

Hi. I need help. I have a problem with "dofile"...
Dofile starts new file script, how to break previous script?