Search found 5 matches

by PsyOps
Sun Feb 04, 2007 8:21 pm
Forum: PSP Lua Player Development
Topic: Pressing buttons?
Replies: 14
Views: 10176

Im pretty new so i dunno if you would use my advice. New to programing. Anywho for lua i use a buttonpress timer so that it doesnt repeat all actions over and over again on press. initiate timer checktimer if time >= .05 seconds then put keypress, code all the pad stuff here make sure you reset time...
by PsyOps
Sun Feb 04, 2007 4:05 am
Forum: PSP Lua Player Development
Topic: Map--noob in need
Replies: 2
Views: 3478

flagelrudlehopplebuns

hey thanks alot bud. i had lots of help from all around. The movement of the ship some how broke down into a circle and alot of triangles hehe. The code i used worked out well. Someone also suggested using a table to hold all the sin and cos values so the app wont have to process it during the game....
by PsyOps
Thu Feb 01, 2007 4:38 pm
Forum: PSP Lua Player Development
Topic: Map--noob in need
Replies: 2
Views: 3478

Map--noob in need

ok there doesnt seem to be much going on in the lua section of this forum so i hope im not bugging anyone with questions... Im not trying to make this game for others to play. If it gets that far i will give the source out and gfx. But my intention is just to get an understanding of the gaming physi...
by PsyOps
Wed Jan 24, 2007 11:59 am
Forum: PSP Lua Player Development
Topic: Noob - Timer Question
Replies: 3
Views: 4154

thats exactly what i did, and it works. thnx ive run into a small snag though. I think it recycles back to 0 after a certain amount of time. so when i try to subtract from local time, it already recycled to 0. or something like that. i just need to figure out when it goes back to 0. I think its 5000...
by PsyOps
Tue Jan 23, 2007 1:03 pm
Forum: PSP Lua Player Development
Topic: Noob - Timer Question
Replies: 3
Views: 4154

Noob - Timer Question

Been teaching myself how to code in Java, then i got sidetracked with Lua. This is some code i wrote but i cant get it to do what i want. this is a noob slot machine in the making. This code wont be used like this, its just for me to get an understanding of how lua works. Later i will implement the ...