playMaker

Author Topic: how to Spam point click movement  (Read 20016 times)

Cyranova

  • Playmaker Newbie
  • *
  • Posts: 1
how to Spam point click movement
« on: July 05, 2025, 10:50:20 AM »
So I trying copy how to Dota and LOL game movement point click.
What I mean is like you do rapid clicking and use move toward quickly.

so my State is

<IDLE><Start Here>
Mouse Pick (Store as Mouse target)
Get mouse Button Down (This to trigger event "Move"
Look At (This use for the model "looking at")

<Move>
Move Toward (Use From Mouse pick target)
Get mouse Button Down (This to trigget event "Idle")

----
So the problem is. if I click to move toward. it will move toward to the point where I click. when in state of "moving or Green bar" I want to Click again the mouse to new target. but in this case. it came back to "idle" state and click it again faster.

I already do duplicate the state for looping but doest work.

how to solve this problem? How to Loop or spam the click movement?


« Last Edit: July 05, 2025, 10:58:33 AM by Cyranova »