PDA

View Full Version : LuaChase V2



scottyboynow
February 4th, 2007, 15:34
This is the second release for LuaChase, I have only been working on this version for 3/4 days, since V1. For those of you that did not see the first release this is a chasing game (name gives that away) where you control a player around the screen and get well chased until he gets you, when he does the game will restart.
New features include:
-Main Menu
-Map Menu
-Difficulty Menu
-New Map
I have added other features like credits,screenshot and exit back to menu and XMB, and in the next version I will make it so you cannot go off screen, so download and thanks for palying.

Download and Give Feedback Via Comments

scottyboynow
February 4th, 2007, 15:53
Uggghhhh......30 Minutes, No reply, 1 View, I might aswell quit LUA Coding.

Zion
February 4th, 2007, 15:54
screenshots man?

scottyboynow
February 4th, 2007, 16:01
Edited.

wraggster
February 4th, 2007, 16:09
might pay to wait till its on the PSP site before quiting :)

scottyboynow
February 4th, 2007, 16:10
Thanks wraggy, V1 was'nt very popular.

splodger15
February 4th, 2007, 16:26
you may want to watch as you can get a stack error

scottyboynow
February 4th, 2007, 16:27
Yeah, that can never be fixed, just make sure you don't collide in the top left hand corner.

-Xandu-
February 4th, 2007, 17:33
I'll help :).

The stack overflow can be fixed if you put the player in the middle of the screen, plus you have image load errors because of "background.png" and "background2.png", and why does it go offscreen?

To prevent offscreen:

if player.x >= 480 then player.x = 480
if player.x <= 0 then player.x = 0

if player.y>= 272 then player.y = 272
if player.y<= 0 then player.y = 0

scottyboynow
February 4th, 2007, 17:43
Will that fix it all together.

jason215
February 5th, 2007, 14:17
Nice one Scotty i like it

scottyboynow
February 5th, 2007, 17:02
Thanks :)