Show Posts

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.


Messages - FortySe7en

Pages: 1 2 3 4 ... 6
16
Ask a Question / Re: What's Max Value of Number atribute?
« on: May 12, 2014, 06:32:09 am »
The score starts at 0.01 and doubles every time you kill an enemy.
It's a power of 2, so not really full of zeros :(
Problem is, stencyl starts to use "e+1" way before I reach the max accepted score on itunes which is 2^64

17
Ask a Question / What's Max Value of Number atribute?
« on: May 11, 2014, 05:54:26 pm »
Hey!
I'm doing a game in which I need to use really large numbers such as 2^64.
Problem is, pretty soon stencyl starts to change my number from normal format to a thing such as 8.796093022e+10

Question: what's the max number?
How can I move around that? (if possible)
That number will be the highscore, itunes accepts 2^64 as max value. I would like to get there with a normal number if possible.

18
Extensions / Re: Chartboost Extension (Mobile)
« on: May 10, 2014, 07:53:05 am »
Is there a way to check if a user clicked the ad or installed the advertised game??? i'm interested in making a reward system like for example get 10 coins if you click this ad or install this game....??
I don't think that installs can be tracked that easily.
Plus, if you provide incentivized download (give premium currency for installs) you might get rejected by apple, that's what they've done against TapJoy's incentivized downloads and others.

19
AdMob / Re: [iOS & Android] AdMob Extension [2.1]
« on: May 01, 2014, 10:56:57 am »
Could you point me to a link where I can read more about AdMob video ads? There is no mention of them in the AdMob page...
It seems that my colleague misread that somewhere. I can't find it myself. But yeah, smart banners and mediation are new features I think. Not critical though :)
Cheers & Thanks again!

20
AdMob / Re: [iOS & Android] AdMob Extension [2.1]
« on: April 25, 2014, 12:46:09 pm »
Hey!
Thanks a lot for this extention, it works great.
Question: Is it possible to ask for the Admob SDK to be updated? They added mediation features, video ads and more...

21
The flash version has been updated!

22
Flash version of my new mini-game Stop the Rain! is here:
http://www.newgrounds.com/portal/view/637083
Vote if you like it. I'll put it on stencyl page later too.
There are over 20 achievements and multiple leaderboards to compete in, tell me what's your top score!

PS: I have a mobile version that's available on iOS but not updated with newest art, try it if you want! http://bit.ly/SaveTheQueen

23
Action sheet allows you to easily share news on iOS across many channels. It's an essential tool to increase app virality.

This topic has explained how one can display an Action sheet in iOS6:
http://stackoverflow.com/questions/13498459/how-to-display-the-default-ios-6-share-action-sheet-with-available-share-options

Can anyone translate this into haxe? It seems relatively easy process (to my untrained eye). Can it be translated into an extension easily?

24
Extension Ideas / Re: Extension Ideas
« on: March 03, 2014, 03:04:20 pm »
Any way we can get Sharing via iOS Share sheet in there?
This is a generic sharing via Mail, sms, twitter etc
Very useful tool for adding virality, more on it here:
http://stackoverflow.com/questions/13498459/how-to-display-the-default-ios-6-share-action-sheet-with-available-share-options
and here:
https://www.cocoacontrols.com/posts/social-media-site-sharing-with-the-ios6-sdk

25
Extension Ideas / Re: Google Analytics Extension
« on: January 06, 2014, 03:26:35 pm »
I'm hoping for an Open FL version, unless the one that's here works.
Keep up the great work!

26
Extensions / Re: Chartboost Extension (Mobile)
« on: November 13, 2013, 10:43:17 am »
Thanks a lot, will give it a try!

27
Extensions / Re: Attribute Saving [Extension]
« on: November 11, 2013, 02:26:40 pm »
Yeah, I saw that page today and found about many extensions I didn't know existed (like google analytics for example, wish it was still supported as it seems unfinished/unattended).

28
Extensions / Re: Chartboost Extension (Mobile)
« on: November 11, 2013, 02:24:36 pm »
Is that extention OpenFL ready? Im getting this error now in OpenFL branch:
Code: [Select]
[LOG] Error: Source path "/Users/47/Downloads/Stencyl-full/plaf/haxe/extensions/chartboost/Chartboost/libChartboost.a" does not exist

29
Extensions / Re: Attribute Saving [Extension]
« on: November 11, 2013, 12:55:13 pm »
Damn, yet another extension I find out too late about :).
Keep up the great work George. I need to check the extention section of stencyl forums way more often.

30
Extensions / Re: Date Extension
« on: November 11, 2013, 12:41:58 pm »
You could treat the strings 'as number' perhaps?
By the way, thanks a lot for this extension!

Pages: 1 2 3 4 ... 6