-
A timer that resets every xxx seconds
by tintran ·shouldn't your constraint rotation be something like -
Issue with "real" attribute
by SpriteLeaf ·properly every 5 seconds, which it was. However, the second timer in the ruleset, which is supposed to spawn the cannon balls every amount of seconds specified by the Spawn Speed real attribute, does -
IAP - Restore "Remove Ads" (Save/Load IAP)
by JSproject ·The whole purpose of "restore purchase" is if a user uninstalls your app or installs it on another device, with the same app store account, then he/she should be able to restore any -
IAP - Restore "Remove Ads" (Save/Load IAP)
by As_Of_Latte ·Hey guys, I'm setting up my In App Purchases and following along @Braydon_SFX video. He mentions about 9:00 mins in that you need to place a restore button in you game, to restore non-consumable items -
Weapons Switch Button
by derka6391 ·I did what you said and it didnt work, uploaded pictures. -
Apk signing error
by tintran ·You should just uninstall android sdk and follow the instructions and leave everything as default folders. -
Mac Stable Release 0.13.31
by QASalad ·What issue are you seeing? I'm not having any problems with the Android Viewer in 0.13.31. -
Is there a rule or command to blur anything behind an image?
by Luke20w ·An actor alpha color is its transparency so by making its alpha less its transparency will go down. You could make a rule that says; If touch is pressed change attribute self.color.alpha to 0.2. That -
Weapons Switch Button
by Luke20w ·And i have been trying to upload picture for a while but I couldn't figure it out how did you do that? -
Weapons Switch Button
by Luke20w ·The second picture of code looks good but it would be simpler if you just made two rules. 1) If game.weapons=1 and key A is pressed change game.weapons to 2 -
When button pressed a bomber flys through the screen.
by Luke20w ·actor egg. Then you need to make the egg move downward with the move behavior and also make a rule in the egg that says if overlaps/collides with monster then explode (then you can make the egg do wh -
No actors in scene are working!
by Luke20w ·@tatiang and @The_Gamesalad_Guru if you want to see what the game is and what might be going wrong with it you can download it on the app store for iPhone or iPad just search "Draw It Gamesa -
Saving Game
by tatiang ·Start by Googling save attributes gamesalad. You can watch one of the tutorials about high scores, for example, to learn about how to save and load attributes. Or you can use tables to save and load -
How to make my Actor attack.
by tatiang ·You're welcome! -
Direction actor is facing in relation to another actors direction?
by tintran ·As you can see from diagrams below, -
Apk signing error
by GeorgeGS ·Based on your screenshot it looks like you may not have all the parts of the SDK installed that you need. The SDK manager should look something like this when filtered to installed components. -
Weapons Switch Button
by derka6391 ·I have a actor using a shotgun and also a sub machine gun. I tried to make a button on the game scene that shows a shotgun but when pressed it changes to the sub machine gun and the actor does also. I -
What is Chartboost Interstitial Add Display Rate ?
by UncloudedStudio ·There is a option in Chartboost called Impression Cooldown. -
How to make my Actor attack.
by derka6391 ·it was becuase I typed the expression game.health-1. Thank you. -
When button pressed a bomber flys through the screen.
by derka6391 ·I am trying to make a vulture fly across the screen and drop eggs as bombs on the monsters when a button is pressed, I can get the bird to drop eggs but how to I drop it on the monsters then explode a