HOW TO MAKE A COOL SOCCER BALL USING AN EVENT!

Do a bunch of cool tricks with a soccer ball event in RPG maker, here's how.

  • Jyomo831
  • 08/07/2015 01:54 PM
  • 9331 views
You'll need a soccer ball resource. What do you know, it's provided;)
Just remember to add the $ symbol.

RESOURCE


Here's the whole thing.



Here's how it will work.
1)Create an Event and name it "Soccer Ball".

2)Insert the soccer graphic or a self generated variant.

3)Now create a conditional branch and go to page 4.
The condition is pressing the button C.

4)On the Else do step 3 but make the button to be pressed A.
This will create a new Else but we'll do that one later.

5)Go back to the first branch (if C is being pressed)

6)Create a move route for the character to move back with the ball.
Do this by setting a move route to the event.
For safety, use skip if cannot move.
Leave all other options unchecked.
Have the Event (Ball) move toward player.

Turn through on before and off after the movement. It should look like this.


7)To complete the move route the character must move also when Z is pressed.
Do this by setting a move route to the character.
Have the player move 1 step backward.
Turn Direction Fix On and Direction Fix OFF before and after movement.


8)Now let's move on to if A (Shift key) is being pressed.
This is kicking the ball far.
You will do this by holding shift (Running) towards the ball.
To accomplish this create a move route for the event.
Change the speed to 5.
Have the event (ball) move one step back.
Set to skip if cannot move and wait.
Create another move route now where the event (ball) moves back 3 times.
Change the speed back to 3.


9) Now for the other Else. The easiest part. This is you walking into the ball.


Thanks for reading this and I hope your soccer dreams come true.
Hope this all makes sense. Here's a video of me playing with the soccer ball!


Posts

Pages: 1
OzzyTheOne
Future Ruler of Gam Mak
4696
Very interesting concept! This idea can be used in so many different ways, it's amazing that you shared it with us. Tutorials like these prove that events can be very versatile and that one should dominate both scripting and eventing for the RPG-Maker engine. Thanks for sharing this!
Kloe
I lost my arms in a tragic chibi accident
2236
Nice tutorial! I'm not a fan of football, but RPG Maker Football does look pretty fun! Thanks Jyo! :D
Pages: 1