Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Sednus on November 25, 2007, 04:00:49 PM
-
Can i make my character float like kirby do?, I'm trying to make a 2-d game kirby like and it's really important to make my character float and ten fall again to the floor but it's pretty hard making and event for this. He can only jump 5 times in a row then fall back to the nearest floor. Remember that my game is in 2-D.
thanks in advance.
-
This is possible. Although it would take quite a bit of coding I believe (in what charsets concern). However, just from the top of my head, I think if you used pictures it would be easier to achieve this. With a charset, what you would need is: Key Input Processing, Move Event, Variables or Switches (probably both), a graphic of yer dude floating (optional), Labels and/or Loops. I don't have a code that I can give you at the moment, but I hope this gives you an idea and sets yer mind in the right direction.