Hi!
I build my game in intel xdk, and after that, intel xdk generate 2 apk files.
One starts in "cordova_project-armv7.android....." and other "cordova_project-x86.android....."
Can anyone explains that?
Thanks for help!
Hi,
I have 6 sprites.
And 4 different objects.
I want to spawn a random object in a random location (sprites are locations to spawn)
Can you help me?
Thanks.
just right click to add a variable (for example money) add a spriet (for example button ) add the object 'mouse' (doubleclick and add it) and write a code (example) : { on 'button' clicked - > add to money 10 } to see the variable you can make a text and put { ' every tick - > set text 'money' } That's it. Now go check the tutorials ! Good luck local-variables_t69628 https://www.scirra.com/manual/73/instance-variables https://www.scirra.com/manual/83/variables
just right click to add a variable (for example money)
add a spriet (for example button )
add the object 'mouse' (doubleclick and add it)
and write a code (example) :
{ on 'button' clicked - > add to money 10 }
to see the variable you can make a text and put { ' every tick - > set text 'money' }
That's it.
Now go check the tutorials !
Good luck
local-variables_t69628
https://www.scirra.com/manual/73/instance-variables
https://www.scirra.com/manual/83/variables
Thanks. I understand now.
Sorry for stupid question.
Yes, Globals are global.
Thanks!
Can you teach me how I do that?
Please...
Develop games in your browser. Powerful, performant & highly capable.
Can anyone help me with this?
I want to call a global variable from another sheet. It is possible?
Thanks