- Joined
- Sep 16, 2012
- Messages
- 5,781
- Reaction score
- 1,041
- First Language
- English
- Primarily Uses
Hi,
So I'd like to do a little experiment in MV - a Match-3 game. Most of the game is easy to make (check if two events are next to each other and if so, allow the swapping of both events, for example) but the aspect of checking if 3 or more events with a given notetags are in the same axis and next to each other may be a more difficult task.
Ideally, I would like the plugin to be able to read the notetag box for finding events that are next to each other on the same axis in a straight line (eg 17,13 17,14 17,15) and log these (put the corresponding event IDs that match into an array as well please) and fire a common event. With the array of events and the common event that fires, I can do the rest afterwards.
Thanks!
So I'd like to do a little experiment in MV - a Match-3 game. Most of the game is easy to make (check if two events are next to each other and if so, allow the swapping of both events, for example) but the aspect of checking if 3 or more events with a given notetags are in the same axis and next to each other may be a more difficult task.
Ideally, I would like the plugin to be able to read the notetag box for finding events that are next to each other on the same axis in a straight line (eg 17,13 17,14 17,15) and log these (put the corresponding event IDs that match into an array as well please) and fire a common event. With the array of events and the common event that fires, I can do the rest afterwards.
Thanks!




