Search found 9 matches
- Wed Oct 12, 2005 5:49 pm
- Forum: PSP Lua Player Development
- Topic: debugging
- Replies: 1
- Views: 1649
- Wed Oct 12, 2005 5:45 pm
- Forum: PSP Lua Player Development
- Topic: Open file, help.
- Replies: 5
- Views: 2940
- Wed Oct 12, 2005 5:04 am
- Forum: PSP Lua Player Development
- Topic: Open file, help.
- Replies: 5
- Views: 2940
- Tue Oct 11, 2005 8:43 pm
- Forum: PSP Lua Player Development
- Topic: Open file, help.
- Replies: 5
- Views: 2940
Open file, help.
What is the code to open a .lua file ?
- Mon Oct 10, 2005 8:07 pm
- Forum: PSP Lua Player Development
- Topic: Please help, function fallin objects( ? )
- Replies: 5
- Views: 3119
- Mon Oct 10, 2005 2:35 am
- Forum: PSP Lua Player Development
- Topic: Please help, function fallin objects( ? )
- Replies: 5
- Views: 3119
Please help, function fallin objects( ? )
I really should appreciate someone helped me with this. Here I have pictures on examples made in photoshop of it, take a look. http://photobucket.com/albums/v733/tzoom/?action=view¤t=object1.jpg http://photobucket.com/albums/v733/tzoom/?action=view¤t=object2.jpg And here is the c...
- Sun Oct 09, 2005 12:55 am
- Forum: PSP Lua Player Development
- Topic: Please need help with my first game.
- Replies: 3
- Views: 2479
Problem
This is ALMOST working, BUT SOMETHING does that if you take a point on the right side of the cursor you get 2 points :S, and on the left side 1 point. If you just stand still after catched point, you just have one after one free when they hit the ground. PLEASE ANYONE help me.. would be VERY gracefu...
- Sat Oct 08, 2005 11:25 pm
- Forum: PSP Lua Player Development
- Topic: Please need help with my first game.
- Replies: 3
- Views: 2479
Please need help with my first game.
Here is a part where objects is gonna fall. I' ve made them, make them fall and I' ve random the beginning of the fall once, need it always. System.usbDiskModeActivate() white = Color.new(255, 255, 255) time = 0 ground = 262 x0 = 0 x1 = 0 y0 = 0 y1 = 0 r0 = math.rando...
- Sat Oct 08, 2005 2:42 am
- Forum: PSP Lua Player Development
- Topic: Random falling objects, please help
- Replies: 0
- Views: 1387
Random falling objects, please help
Hi! I' am up to make my first game. This is gonna be a simple catch' em game´, with a object you can move in the bottom of the "gaming field". And randomized falling squares. Just to test some functions I' ve binded CROSS to increase the score and SQUARE to get the randomized square to mov...