Search found 3 matches
- Thu Jul 30, 2009 4:58 pm
- Forum: Games and Creations
- Topic: GHOSTLY (Help for a Beginner)
- Replies: 5
- Views: 5938
Re: GHOSTLY (Help for a Beginner)
Thank you. So that you don't think I am not trying to use my brain, when help is given I hereby grace you with the answers. 1. You atlered the if ghostlyy < 600 to enclose all three keys, which helps me to reduce code and always writing if ghostlyy < 600 after the key is pressed section. So it first...
- Thu Jul 30, 2009 3:07 pm
- Forum: Games and Creations
- Topic: GHOSTLY (Help for a Beginner)
- Replies: 5
- Views: 5938
Re: GHOSTLY (Help for a Beginner)
Thank you, well I changed the code a bit. Now you can only control the GHOST if it's not on the bottom of the screen, by a simple line of code. Also instead of checking if the "ghostlygravity" is true or false, I let it check if "ghostlyy" is equal or bigger than 600 to stop the ...
- Wed Jul 29, 2009 8:54 pm
- Forum: Games and Creations
- Topic: GHOSTLY (Help for a Beginner)
- Replies: 5
- Views: 5938
GHOSTLY (Help for a Beginner)
Hello. First of, I am new to programming, obviously new to Lua and Lo[e]ve :brows: I am dreaming, as I read on the board as some of you, of a zelda-esque game. You know, some dungeons, a worldmap, some events, bosses and some weapons, a save function and so on. I know, pretty high aim for a beginner...