And what platform tools?, some old platform tools cannot pack resources correctly, if you use android studio show me an image of the sdk manager in platform tools with show package details
31411
Thanks NaitorStudios and Pixelthief. You were right - my code was fine, it was a small oversight with the "type" of array the object was set to. Changed it from Text to Numbers and it worked right...
Colonial_Settler Yesterday, 12:19 PMYour pseudocode should work, its how you would iterate over a 2d array and compare values. Without seeing your code, one possible culprit is how your array object is configured. Is it set to be a...
Pixelthief Yesterday, 12:29 AMisometric coordinate conversion also involves the width/height of the map.
If you are tired of math you can just use the extension, it supports Windows & Android for now and I'm working on the H5...
I don't see why it wouldn't work, but here's my method...
NaitorStudios 25th May 2022, 06:46 PMI'm using the latest Build API(32), I downloaded the ones for my phones(19/26) but they just throws up errors and don't make an APK if I try and compile them. When I started messing with the android...
Korichu 25th May 2022, 06:16 PMI don't quite know how to translate the conversion into Clickteam Fusion stuff. That's probably one of the main sources of trouble here. I noticed that snapping to half the width and height of the...
Warguy555 25th May 2022, 05:47 PMThanks.
Just tested it and it works fine now.
I have a 128 x 64 array, and I want to loop through and find the X & Y dimensions of every entry equal to a specific value. So for example if the array contained the number "7" at indexes (1,10),...
Colonial_Settler 25th May 2022, 03:13 PMWhat build API you are using? And what platform tool?
Fernando 25th May 2022, 02:20 PM
Alright, thanks for the help. I actually just...
Alright, thanks for the help. I actually just tried an experiment and it worked out marvelously. It doesn't use anything too complicated, it uses the grid snapping I mentioned earlier. All I did was...
Warguy555 Yesterday, 09:47 PM