One more minor issue with Joystick
TwilightHunter
Member Posts: 146
-Move to Bottom and read last post Plz! :P
Comments
Rule: Change Game.MovingRight to True
{
if Game.DistanceFromCenter is greater than 10
if Game.Angle is greater than -30
if Game.Angle is smaller than 60
Change attribute, Moving Right to True
--Otherwise
Moving Right is false
}
This works, but only one time. After it works the first time, moving the Joystick around no longer does anything to control the character. What should I do to use this properly? The game is a side scroller so the character can only move left and right.