gegerlan / aog

Check out taber's updated 2022 version at taberenc/AOG_2022
https://github.com/taberenc/AOG_2022
44 stars 66 forks source link

Move route for player is broken. #68

Closed gegerlan closed 12 years ago

gegerlan commented 12 years ago

Changing the player's action through move route is broken for some reason.

gegerlan commented 12 years ago

Works during the alley scene with James.

gegerlan commented 12 years ago

May be due to the trigger. Events that autorun will have the route play out to completion.

gegerlan commented 12 years ago

Touch (event & player), parallel and autorun will work as intended. It's only action event (when the player actives the event using the action button) that the route will be broken after the first movement.

This seems to be specifically related to the usage of Blizz-ABS attack sprite for the player. Removing the usage of weapon animation (_atk) will solve the problem.

gegerlan commented 12 years ago

Issue props up after call to setup_sprites (line 1200, Blizz-ABS 3) from use_attack (line 30, Blizz-ABS 3 - Sprite - don't use msn spr)

ghost commented 12 years ago

You could separate the attack and action buttons, then the player couldn't activate events while attacking simultaneously. On a related note, customizing the button configurations would be nice... took me forever to figure out how to use magic.

gegerlan commented 12 years ago

Fixed in 4892c3f