saving screens

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
link
Posts: 61
Joined: Wed Oct 19, 2005 6:17 am

saving screens

Post by link »

is there a way to save different screen file names? like can i add a text input function for my game that when i go to save it, it will get that text and save it as a file name. ok here is a simple example of what i wish to do in case i confused you.

Code: Select all

name = 2
if blah blah blah then
Image.save(name.png)

end
then i could change the name to different file names so i could save more than 1 file?
00100000 01101001 01101101 00100000 01110010 01101001 01100111 01101000 01110100 00100000 01100010 01100101 01101000 01101001 01101110 01100100 00100000 01111001 01101111 01110101 00100001
wekilledbambi03
Posts: 31
Joined: Sat Oct 15, 2005 10:56 am

Post by wekilledbambi03 »

Post Reply