playMaker

Author Topic: How to make a game like ( Rock n Roll Racing ) using Unity and playMaker?  (Read 1676 times)

karamovic

  • Playmaker Newbie
  • *
  • Posts: 3
Dear All
Is it possible to create games using playMaker like Rock n Roll Racing

you can check the game here


If yes can you please elaborate more and give a simple tutorial or steps?

Thanks a lot.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Hi.
Yes its possible.

if you want the car rotating the same style, have a sprite object and a set of sprites sheet for the car (i think its around 32)
Then when player holds Axis right make it go to the next image,
(you probably want to have a wait between the rotations (0.1 or so) the have some delay on the rotation.

Have a 2nd object where you can set the rotation and also have a forward velocity2D.

on the sprite object use a Get Postion and get the position from the 2nd object.
then use a Set Position an set the position from the sprite object (have the 2 actions in 1 state and set to Every frame)

this is the basic movement. if you would use sprites.

but you might want to do 2.5d/3d instead

karamovic

  • Playmaker Newbie
  • *
  • Posts: 3
Thank you for your reply admin,

But I'm a little bit confused, I watched all the tutorials of playMaker and cant understand where to begin, also I'm new to unity, do you have another type of education or tutorial? something like an ebook or documentation?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Hi.
You can find many tutorials on youtube.

on the wiki pages you can find some documentation

on you tube search for example "playmaker 2d" or "playmaker Beginner Tutorial"
Follow some tutorials try some stuff out and when you start to get comfortable with playmaker. tehn start on your own project.

Also join Discord if you can, you can always ask there if you get stuck somewhere :)