Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: MariaMS on July 11, 2005, 04:38:37 PM

Title: Event movement
Post by: MariaMS on July 11, 2005, 04:38:37 PM
I tried to create a statue thah mirrors hero's movement, with X & Y tracking and forks... It's a parallel event and it SHOULD work, but...
it mirrors hero's movement but keeps running in circles!!!!! (instead of staying still it moves left, up, right, down) and I need it move only when hero will move...

Title:
Post by: Dashman on July 11, 2005, 10:19:49 PM
maybe a parrallel process with password. If character press up, the statue move up, if down, etc... hope it helps.

Note: I'm not an expert on the password thing, I'm still having problems with my platform game, and I'm blaming that password system.
Title:
Post by: MariaMS on July 12, 2005, 08:06:35 PM
It works now, thanks a lot!! ^___^