Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: TimotyEnder on August 31, 2018, 10:59:36 AM

Title: HOW TO MAKE A CHARACTER MOVE WITH WASD
Post by: TimotyEnder on August 31, 2018, 10:59:36 AM
...
Title: Re: HOW TO MAKE A CHARACTER MOVE WITH WASD
Post by: ... on August 31, 2018, 12:21:01 PM
2D or 3D?
Title: Re: HOW TO MAKE A CHARACTER MOVE WITH WASD
Post by: djaydino on August 31, 2018, 12:27:16 PM
Hi.
There is no need to use all caps if you have questions....

You can use 2x "Get Axis" one for 'Horizontal' (a,d/left,right arrow) and one for 'Vertical'
Store the values in a variable and use them in (for example) a "Set Velocity"

See image below.

(https://image.ibb.co/jVmwFK/Capture.png)

But i think it is a good choice is to look in the tutorial page (http://www.hutonggames.com/tutorials_game_design_with_playmaker.php)
Especially in the User Tutorials Index (https://hutonggames.fogbugz.com/default.asp?W548)
And follow some of the tutorials to get familiar with playmaker :)