Search found 8 matches
- Wed Jan 04, 2006 12:55 pm
- Forum: PSP Lua Player Development
- Topic: Fading In and out
- Replies: 5
- Views: 2633
- Wed Jan 04, 2006 7:32 am
- Forum: PSP Lua Player Development
- Topic: Fading In and out
- Replies: 5
- Views: 2633
- Tue Jan 03, 2006 8:54 pm
- Forum: PSP Lua Player Development
- Topic: Fading In and out
- Replies: 5
- Views: 2633
Fading In and out
Is it possible to adjust the contrast of the screen? To the effect of fading a screen/image in or out.
- Fri Nov 11, 2005 11:35 am
- Forum: PSP Lua Player Development
- Topic: Reading a text file
- Replies: 8
- Views: 3666
- Fri Nov 11, 2005 11:26 am
- Forum: PSP Lua Player Development
- Topic: Another String Question
- Replies: 3
- Views: 2368
- Fri Nov 11, 2005 10:26 am
- Forum: PSP Lua Player Development
- Topic: Another String Question
- Replies: 3
- Views: 2368
Another String Question
Is there a way in LUA to execute a string. I am specifically refering to an indirection string. For example can you execstring("screen:blit,"& stringcordx & ",100," & pngfilestring) or runstring("screen:blit,100,100,picture") or something to that effect. Bax...
- Fri Nov 11, 2005 9:51 am
- Forum: PSP Lua Player Development
- Topic: Reading a text file
- Replies: 8
- Views: 3666
- Fri Nov 11, 2005 12:54 am
- Forum: PSP Lua Player Development
- Topic: Reading a text file
- Replies: 8
- Views: 3666
Reading a text file
Does any know how to read an array (table) from a text file into memory...
For example my table is stored in my.txt as :
[{1,2,3,4,5}]
whey I try to read it in to lua it becomes "[{1,2,3,4,5}]"
is there and way to get to this table without the quotes.
For example my table is stored in my.txt as :
[{1,2,3,4,5}]
whey I try to read it in to lua it becomes "[{1,2,3,4,5}]"
is there and way to get to this table without the quotes.