Tobbo
Member
|
Pathfind tutorial decal question
I am experimenting with the Pathfind tutorial code. I'm in a little bit of a pickle and I can't seem to find a solution. I'm still fairly new to programming, but learning and picking it up fast.
I have left click to move. The decal is on the terrain at the destination. (default)
I have added the ability to also move by holding down the left mouse button and move the cursor around.
The problem is the decal stays visible where I first clicked while holding it down.
Is it possible to make the decal hidden while the left mouse button is being held down?
I'm looking for something similar to what Diablo 3 has.
I assume it has something to do with this code or something similar under the void Render()
if(Chrs.elms())
if(Chrs[0].action==Game::ACTION_MOVE_TO)decal.drawStatic();
I've tried several things with no success. Any help would be greatly appreciated.
(This post was last modified: 08-19-2012 12:09 AM by Tobbo.)
|
|
08-16-2012 01:21 AM |
|
Tobbo
Member
|
RE: Pathfind tutorial decal question
Nevermind. I figured it out.
|
|
08-20-2012 01:50 AM |
|