-
Change Actor images
by Pirate OS ·Sorry, but I'm trying to do, I'm trying to get rid of the random and do it in sequence , I would like the colors to appear as follows, 1,2,3,4,5, and that's it, I don't have six and I don't want, -
Loading attribute
by Icebox ·If you type the key by the expression editor , it should be in quotes "Money" otherwise you can type it without. -
Loading attribute
by tatiang ·No, you're doing it right but you need to test it on a mobile device. -
Loading attribute
by 3absh ·I only typed "Money" in in the "Key" expression -
Change Actor images
by Socks ·That's how I see an 'Every 0 seconds' Timer too, basically a poor man's Constrain behaviour, in fact it's not even as good as a Constrain behaviour in that it only fires once every two frames (30fps), -
Change Actor images
by tatiang ·In the Wheel actor, you're changing self.Image to self.CurrentWheelColor+1 and since that attribute has a random value from 1 to 5, self.Image is going to be 2, 3, 4, 5, or 6. The reason you're getti -
How to use more quickly way for play sound?
by Socks ·As you can't select a sound with an expression you will have to do this 'manually', that is to say you will simply have to produce a lot of rules/actors. -
How to use more quickly way for play sound?
by Weiyu ·I know can use "Play Sound" behavior , but if I have 100 pictures, how to use more quickly way for do it? -
Movement
by The_Gamesalad_Guru ·Yes. You can fix the position of an actor using constrain attributes. You will need two self real attributes to track the position of the actor constantly and the reference those positions when you wa -
Word with Friends Type Grid
by The_Gamesalad_Guru ·First make a tag for all your squares, call them squares then add a self Boolean attribute to the square actors call it can snap. -
Best way to create an animation in seperate PNG files
by The_Gamesalad_Guru ·I generally export my animations as video and then bring them in Apple Motion. You can then export them out of motion as PNGs. You can probably do this with Adobe After Effects. You just have to make -
10 Free 2D Game Asset Sites 2017
by tishenkoav ·Recently, entering the game industry market has become much easier, thanks to development tools and resources with game assets. -
Art/Images for App
by tishenkoav ·You can find free and available game assets on the : https://craftpix.net -
My Game loads on the GS Viewer (IOS) but then it Crashes once it's about to actually Show
by f78692@hotmail.com ·jasonnowak - it worked the first time I tried to load it in landscape, seriously thank you so much, it's such a relief, and to everyone else who posted to help thank you so much for the suggestions an -
Making a splash
-
Making a splash
-
Making a splash
by rainwaterstudios ·Do you need the splash to interact with any other actors? -
Making a splash
by tatiang ·Is your question about how to draw the splash? Or how to spawn it? One option is to use particles to simulate a splash. Do you have the collision rule working correctly? -
Bug in gamesalad
by SEMA ·Thank you @Braydon_SFX I will start working on the project again -
Bug in gamesalad
by AlchimiaStudios ·What are you using for movement? Interpolate, move, accelerate, or constraining/changing X or Y values of some sort?