Yes it is but add AJAX first to retrieve string from imported txt file.
Upload the project file to file sharing cloud such as dropbox, google drive, one drive or similar then share the link with given access here.
An example got A* implemented: dropbox.com/s/ibrle5bdb4rhmfy/path_touch.capx
Check in layer properties whether it set to "Force own texture" or transparency unchecked.
Not straight answer but this example hopefully gives you an idea about hex grid spacing & picking: dropbox.com/s/7e1s4vl9vh6bion/hex_presentation.capx
Make sure pinning executed once. If you are using boolean as condition, verify the boolean toggled state to false after pinning.
Mostly problem with image point position. How big the sprite is?
The formula is abs(Sprite.AnimationFrame-1) or (Sprite.AnimationFrame+1)%2.
Try to reset global variables.
System--> Trigger Once
Develop games in your browser. Powerful, performant & highly capable.
Try Buildbox. It's match the programming style you are referring to.
Feel the same with new intense pink-magenta color burst.
This kind of tactic-match game usually push development to bring AI and multiplayer as part of game features. Seems interesting to watch this project going on.
Yes it has similar matching pattern. Here tic-tac-toe example without AI: dropbox.com/s/wgfhlw92p4w9zqm/tacticRow.capx
You can create "state" for them by creating instance variable whether it is a string, boolean, or even number. For example the "state" variable is a string so you can set it later like "idle"or "moving" or any other else.