Search found 8 matches
- Thu Nov 10, 2005 7:30 pm
- Forum: PSP Lua Player Development
- Topic: Pipe Sueno V1.0 For Lua
- Replies: 0
- Views: 2234
Pipe Sueno V1.0 For Lua
Okay, if you've ever played the game Pipe Dream, this is a clone of it I wrote for use in Lua Player (Sueno with a tilde over the n is dream in Spanish, btw). To install, simply unzip the file and move the "Pipe Sueno" folder into the Applications folder for your LuaPlayer. To run, open sc...
- Sat Nov 05, 2005 9:50 am
- Forum: PSP Lua Player Development
- Topic: simple animation
- Replies: 4
- Views: 2689
- Sat Nov 05, 2005 1:25 am
- Forum: PSP Lua Player Development
- Topic: simple animation
- Replies: 4
- Views: 2689
simple animation
sorry to ask a rudimentary question, but i am relatively new to graphics if i wanted to fill a cylinder type object up one line of pixels at a time: _ | | | | | | | | _ (imagine each row is 4 pixels wide or something) what is the best way to do this? just make a for loop to drawline one at a time?
- Sat Nov 05, 2005 1:22 am
- Forum: PSP Lua Player Development
- Topic: Double Arrays
- Replies: 4
- Views: 2603
- Thu Nov 03, 2005 4:58 pm
- Forum: PSP Lua Player Development
- Topic: Double Arrays
- Replies: 4
- Views: 2603
- Thu Nov 03, 2005 2:27 pm
- Forum: PSP Lua Player Development
- Topic: Double Arrays
- Replies: 4
- Views: 2603
Double Arrays
Are double arrays possible in lua (ie count[j])? I thought I remembered reading they are and set mine up as follows:
marked = {}{} -- initialize
marked[j] = 3 --later
and when trying to run on luaplayer i get a general error message, "unexpected symbol near '{' "
marked = {}{} -- initialize
marked[j] = 3 --later
and when trying to run on luaplayer i get a general error message, "unexpected symbol near '{' "
- Thu Nov 03, 2005 2:18 pm
- Forum: PSP Lua Player Development
- Topic: saving png as different file name if it exists
- Replies: 7
- Views: 5021
- Thu Nov 03, 2005 12:31 pm
- Forum: PSP Lua Player Development
- Topic: saving png as different file name if it exists
- Replies: 7
- Views: 5021