Search found 2 matches

by lukespalding
Sat Nov 10, 2007 12:14 am
Forum: PSP Lua Player Development
Topic: New to LUA coding need help with 2 things!
Replies: 3
Views: 9862

-- Created by Luke Spalding -- -- On the 16/10/2007 -- -- this activates the usb mode so you can edit this script easyily-- System.usbDiskModeActivate() -- these are the colors that i can use within the game -- AliceBlue=Color.new(240,248,255) cyan = Color.new(0, 255, 255) green=Color.new(0,255,0) ...
by lukespalding
Thu Nov 01, 2007 5:42 am
Forum: PSP Lua Player Development
Topic: New to LUA coding need help with 2 things!
Replies: 3
Views: 9862

New to LUA coding need help with 2 things!

Right well i have 2 problems, one is that i want to create A.I so that item will fall from top of the screena nd my player will touch them and they will dissappear and a point added to players points and the other is that when i play my agme then exit back to the lua player i cannot run the game aga...