1
Extensions / Re: iOS Video Player
« on: February 05, 2015, 01:58:06 pm »
Thanks a lot for updating it. A lot of different things have been taking up my time. I'll add it to the first post for ease of downloading.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Starting February 1st, Apple requires all iOS apps to include 64-bit support. We've added this support to the core toolset and extensions, but users using your extension will need an updated version from you to continue using your extension in their games.
Please see the following forum topic for instructions on how to update your extension. All questions regarding the upgrade should be posted on that topic. Thanks!
http://community.stencyl.com/index.php/topic,38276.0.html
[/quote
Thanks for letting me know Jon. I'll look into what it will take to bring this up to the new standards. Hopefully I can get it done before the switch.
This might be a stretch, but would I be able to use this to tell when the next full moon would be (e.g. so a moon in the game matches the Moon phase in real life), or that just too impossible
is it possible to make a countdown timer using the date?
Hmmm... I just tried stencyl on my 15" retina Macbook Pro with Java 7, and I did not see this. You should try upgrading to java 7, it might help!
Where can I download this from?
I'd been meaning to get around looking at this for some time now myself, actually. It may help someone to note that the SVG library appears to already be included with Stencyl. The files are in workspace/Stencyl/plaf/haxe/lib/svg/... (in my install anyway).
Yep, sound good ! Thanks for the integration, it's cool for us !
Hi Dom,
I'm at home now, sorry for the brief email, some blocks useful for me, that you can add in your extension if you want to for the others guys !
I also have a "born" block, useful for calculate an age of a virtual pet, it's Date.now().getTime() - Born (Born = Timestamp at X date)
Cheers,