If there is any created one you can use trigger 'On created' combined with system > 'Pick all object' (if necessary) then set text to Sprite.Count.
Compare two values;
Sprite.count equal to 0 --> set text to "Object not exist"
Try picking tile by using 'pick nearest' to touch coordinate then move the cursor there.
Or check following isometric cursor tutorial & example: construct.net/en/tutorials/isometric-mouse-calculation-744
You can use my example: dropbox.com/scl/fi/x5ywjrvdeodjgtqef65jx/tomb_miner.capx
Do research and make comparison to other game engine for example Godot since the editor is a game itself.
Use boolean instead of trigger once. So the logic is when a boolean switched state the action won't executed further more.
Create instance variable first and rename it.
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/scl/fi/9e9w6kcpfa024h1bsq0zy/path_touch.capx
Develop games in your browser. Powerful, performant & highly capable.
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/scl/fi/ufyogyp2xvcdjkqki9r9x/hex_presentation.capx
Member since 22 Feb, 2012