Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: LuaChase V2

                  
   
  1. #1
    DCEmu Pro scottyboynow's Avatar
    Join Date
    May 2006
    Location
    UK
    Age
    29
    Posts
    641
    Rep Power
    68

    Default LuaChase V2

    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

  2. #2
    DCEmu Pro scottyboynow's Avatar
    Join Date
    May 2006
    Location
    UK
    Age
    29
    Posts
    641
    Rep Power
    68

    Default

    Uggghhhh......30 Minutes, No reply, 1 View, I might aswell quit LUA Coding.

  3. #3

    Default

    screenshots man?

  4. #4
    DCEmu Pro scottyboynow's Avatar
    Join Date
    May 2006
    Location
    UK
    Age
    29
    Posts
    641
    Rep Power
    68

    Default

    Edited.

  5. #5
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,512
    Blog Entries
    3209
    Rep Power
    50

    Default

    might pay to wait till its on the PSP site before quiting

  6. #6
    DCEmu Pro scottyboynow's Avatar
    Join Date
    May 2006
    Location
    UK
    Age
    29
    Posts
    641
    Rep Power
    68

    Default

    Thanks wraggy, V1 was'nt very popular.

  7. #7
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    33
    Posts
    4,123
    Rep Power
    92

    Default

    you may want to watch as you can get a stack error

    PSN ID: splodger15

  8. #8
    DCEmu Pro scottyboynow's Avatar
    Join Date
    May 2006
    Location
    UK
    Age
    29
    Posts
    641
    Rep Power
    68

    Default

    Yeah, that can never be fixed, just make sure you don't collide in the top left hand corner.

  9. #9
    PSP Coder -Xandu-'s Avatar
    Join Date
    Jan 2007
    Posts
    1,036
    Rep Power
    79

    Default

    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

  10. #10
    DCEmu Pro scottyboynow's Avatar
    Join Date
    May 2006
    Location
    UK
    Age
    29
    Posts
    641
    Rep Power
    68

    Default

    Will that fix it all together.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •