Search found 9 matches

by rikardhassel
Wed Oct 12, 2005 5:49 pm
Forum: PSP Lua Player Development
Topic: debugging
Replies: 1
Views: 1638

by rikardhassel
Wed Oct 12, 2005 5:45 pm
Forum: PSP Lua Player Development
Topic: Open file, help.
Replies: 5
Views: 2911

I' am still a newbie in LUA programming, under this time now I read and learn, programming and test. I will come to the moment were I don't need to ask you guys for this type of help anymore. But I' am still there.

For the moment I read the TurtorialDirectory and soon the pil.
by rikardhassel
Wed Oct 12, 2005 5:04 am
Forum: PSP Lua Player Development
Topic: Open file, help.
Replies: 5
Views: 2911

I really appreciate your "help", but if you just don't tell me the answer your post has no function ? dofile(".lua file")
by rikardhassel
Tue Oct 11, 2005 8:43 pm
Forum: PSP Lua Player Development
Topic: Open file, help.
Replies: 5
Views: 2911

Open file, help.

What is the code to open a .lua file ?
by rikardhassel
Mon Oct 10, 2005 8:07 pm
Forum: PSP Lua Player Development
Topic: Please help, function fallin objects( ? )
Replies: 5
Views: 3090

Yes, or ?

A function that makes this falling object, so it can fall more then one.

Sure I can write:

screen:fillRect(r1, r0, 10, 10, white) again and another random number, but I need a function that MAKES a new copie of this object.
by rikardhassel
Mon Oct 10, 2005 2:35 am
Forum: PSP Lua Player Development
Topic: Please help, function fallin objects( ? )
Replies: 5
Views: 3090

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&current=object1.jpg http://photobucket.com/albums/v733/tzoom/?action=view&current=object2.jpg And here is the c...
by rikardhassel
Sun Oct 09, 2005 12:55 am
Forum: PSP Lua Player Development
Topic: Please need help with my first game.
Replies: 3
Views: 2447

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...
by rikardhassel
Sat Oct 08, 2005 11:25 pm
Forum: PSP Lua Player Development
Topic: Please need help with my first game.
Replies: 3
Views: 2447

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...
by rikardhassel
Sat Oct 08, 2005 2:42 am
Forum: PSP Lua Player Development
Topic: Random falling objects, please help
Replies: 0
Views: 1382

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...