Just adding another example of using arrays & events.
Array examples
Maybe it's probably best to use Dictionary.
https://www.construct.net/en/forum/construct-3/scripting-51/please-add-templates-145895/page-3#forumPost1003730
I really like this game, would be ideal for mobile.
Here are a few basic examples of using Map.
Map examples
Here's a simple script example using <BR> as a break.
Format example
This will find all the duplicates and count them with a Script.
Link to File
To plinkie: I can't send a screenshot anymore the forum seems to refuse that people post images. Can you tell how can I send you the .capx file of my game?
To plinkie:
I can't send a screenshot anymore the forum seems to refuse that people post images. Can you tell how can I send you the .capx file of my game?
Images can be posted, but you have to post first without image, then edit your post and add your image.
This works for me
In Script
Develop games in your browser. Powerful, performant & highly capable.
You can do it like this, it converts the binary to base64, downside is a larger filesize.
For Snapshots
For DrawingCanvas Snapshots
The YOUR_SERVER.com/snapshot.php
I kind of like to think of these as a flow diagram.
The Android Box t95 max has a Mali processor, I Think these had the WebGL 2 bug, But I presumed that this had been fixed?
Refer to this https://bugs.chromium.org/p/chromium/issues/detail?id=934823
This is really great stuff, this should be incorporated directly into C3.
Would be good to see pathfinding, cell size, cell border & waypoints .....
The Tutorial only fetches the Top Ten Scores from the database.
You need to change the DESC LIMIT 10 in the Getscores.php file to whatever number you want.
One thing to note is that if you have a signed APK with Test ads on your phone, then you remove the Test ads and publish live to the play store, your original APK will be updated with the newer version, with the live ads showing, so Its wise to then remove your App from your phone.