X,Y Character Speed value changes when Double-clicking (Thumbleweed Template)

Started by AndreasBlack, Sat 16/04/2022 17:58:32

Previous topic - Next topic

AndreasBlack

The values get's overwritten when doubleclicking for some reason, so both X, and Y uses the "doubleclick speedrun" speed, since i'm not a mastercoder i have no idea what's causing it. Been looking into the scripts, but i'm absolutely clueless as to why that is happening.

Khris

Call this in game_start or your first room_Load:
Code: ags
  Verbs.VerbGuiOptions[eVerbGuiRunOnDoubleClick] = false;


(Type  Verbs.VerbGuiOptions[eVe  to get an auto-complete window showing all the available options)


SMF spam blocked by CleanTalk