I need your help to find how I can check that all sprites are destroyed. For example : When all enemies are destroyed -> go to next layout. Can you tell me whic...
How can I create a system that checks for an update from Google Play?
I've managed to create a moveable pseudo 3D sprite, but I wanted to add a total of 360 frames, and set the frame for each degree. Example of what I have now (it...
So I have an array and want to check if the next value is the same as the current one, for example: 0,1,1,0,0,0. I need to know that in coordenates x1 and x2, t...
When I pick up an item, I want to fill an empty slot. If I have 3 empty slots upon picking it up, just one of these must be filled instead of all 3. Since all t...
I have multiple platformer Npcs in the level, who move towards the player with different speeds. How do I check for each Npc if they're to close to each other -...
I've set conditions, but it seems not to check the X-coordinate position of the Sprite. Is it only checking the initial X set? How do I check it when it's movin...
I have a slot machine game, and I want if there are 3 cherries on the screen (animation frame 0) that the player is going to be rewarded. My Idea was to pick th...
In the Addon SDK v1, the runtime had the "IsInWorker()" function as well as the "IsPreview()" function. Now it seems that there's only "IsInWorker()" left. How...