TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
Help with "const" type please
Pages:
1
Help with "const" type please
evgo
Posts: 13
April 09, 2014, 01:49:43 am
hi, all
I need to set "const" type. Something like this:
Code:
[Select]
const SECRET_KEY:String = "bla-bla-bla";
how can I do this? Help please.
Alexin
Posts: 3127
April 09, 2014, 02:02:10 am
"static inline"
http://haxe.org/ref/keywords
"Find the fun"
alexin@stencyl.com
evgo
Posts: 13
April 09, 2014, 11:59:20 pm
Quote from: Alexin on April 09, 2014, 02:02:10 am
"static inline"
http://haxe.org/ref/keywords
Thank you for link Alexin. I understood problem now. This const variables implemented in updated Gameanalytics API for as games. So I think it can't be used with Haxe (Stencyl). I will use old GA API without const.
Pages:
1