I don't see why it wouldn't work, but here's my method...
NaitorStudios Today, 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 Today, 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 Today, 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 Today, 03:13 PMWhat build API you are using? And what platform tool?
Fernando Today, 02:20 PMYou can find the convert algorithm here:
https://github.com/pvcraven/isometric_test
And you can also use the getRealCoord/getGridCoord expression in this extension: ...
So, I have had a few issues trying to accomplish pixel isometric grid snapping. I seem to be screwing up some part of the calculation every time I try to do some semblance of grid snapping. I also...
Warguy555 Today, 03:48 AMForgive the triple post, I manage to get Android Studio's VM working and got a logcat log. I made two VMs one for 5.1(It was the lowest one I could pick) and a more accurate 8.0 VM that I think is...
Korichu Today, 01:01 AMForgive the double post but I realized I should clarify that I was setting the minimum and target versions to the same number(ie 4.4/4.4/ or 8.0/8.0).
Korichu Yesterday, 10:37 PM
isometric coordinate conversion also involves the...
isometric coordinate conversion also involves the width/height of the map.
defisym Today, 10:46 PMIf you are tired of math you can just use the extension, it supports Windows & Android for now and I'm working on the H5...