I’m wondering if there is an alarm function built in to Defold that I can call to wait for (x) seconds before moving on in the function. What I’m looking to do is display a caret for a second, hide it for a second, and then rinse and repeat.
Remember that native extension support currently only exists for iOS, OSX and Android. Windows, Linux and HTML5 will be available before mid-May if everything goes according to plan.
Ah, that would be the problem. I’m working on Windows support currently, but I thought I read somewhere that it ran on all of those. I’ll have to find another extension. Thanks.
Just to be 100% clear, he means that all Native Extensions only work on iOS, OSX, and Android right now. You can’t compile an extension for Windows, Linux, or HTML5. If you want to run it on Windows and don’t want to wait for a month or so you’ll need to use one of the other methods Mattias Hedberg linked.