Walk cursor not working with 3.0 (SOLVED)

Started by G, Sun 27/01/2008 20:03:45

Previous topic - Next topic

G

After re-scripting my game to make it work on AGS 3.0, I've found that the Walk Cursor doesn't works.

The odd thing is that the rest of the cursor modes works perfectly, I can look at objetcs and hotspots, for instance, but I can't move my character, and yes, he is placed on a walkable area.

Diagnosis?

Thanks in advance.

Ubel

Check out your General Settings. Under the category "Character movement" there is an option called "Automatically move the player in Walk mode". Check that this option is not set as False.

If that won't work, see that there is no fullscreen size GUI or object under the cursor that is set as Clickable.

G


DazJ

I'm having a similar problem but have done what was mentioned above and it still doesn't work.

My walk cursor doesn't work unless I right-click through all my cursors back to WALK again, then it works.

How do I set the game to automatically start on the WALK cursor?

Shane 'ProgZmax' Stevens

Place this in your Game_Start() function:

mouse.Mode = eModeWalkto;



And make sure there are no other instances of the mouse mode being changed in your script (unless you know about them).

SMF spam blocked by CleanTalk