-
Controlling an actor that is orbiting
by Lewis_Brazier ·Thank you ever so much, I was trying loads of different things but couldnt get anything to work. Thank you -
Free Level Editor
by Armelline ·Hi @Manto! I used your level editor to move hundreds of objects in multiple scenes recently. It's no exaggeration to say it saved me literally 4 or 5 hours! So a huge thanks for that! -
Bug in gamesalad
by Icebox ·Try ticking better collisions (might work) and make sure the actor is locked on both scenes -
Best way to create an animation in seperate PNG files
by Icebox ·I don't know how you animate with photoshop , its quite hard and annoying. I use adobe animate (flash) for vector art animation , it exports png sequence, its great for animation and easy to use. If y -
Change Actor images
by tatiang ·I think I get it but I don't see where you're setting the value of game.Color. One point I'd make is that although you're working with colors, your question is really: "why don't the numbers -
Change Actor images
by Pirate OS ·you didn't get what I'm trying to explain , this is what I'm doing. -
Word with Friends Type Grid
by tatiang ·Okay, then you'll need a table that stores occupation data (e.g. a boolean for each grid square). And yes, that means 100 cells to keep track of in your table. Then when you are about to snap to gri -
Best way to create an animation in seperate PNG files
by rainwaterstudios ·to images (I use .PNG's). Navigate to the folder you exported the layers to, sort them by name, select all files and drag them into the logic area of an actor. -
Change Actor images
by tatiang ·And here's what it looks like in GameSalad (note that you can change it using the actor's RGB sliders or using Change Attribute behaviors): -
Change Actor images
by tatiang ·Okay so you made the graphics in a third-party program (e.g. Photoshop) and imported them in? And now you want another actor's color to match the color of the imported graphic? If so, you'd need the -
Change Actor images
by tatiang ·How are you changing the color of the actor? Are you using imported images or the actors' self.Color.____ attributes? -
Reduce Lag on my project
by SEMA ·Thank you -
Need help with IAP
by 3absh ·My first time doing IAP coding -
Reduce Lag on my project
by Icebox ·Did you test on ios or android ? how many devices did you test on ? are they old or new ? -
Dash till Puff! Particles ?
by Toque ·During game play It looks like 5 or 6 square actors are being randomly spawned from player. The squares alpha interpolate to 0 in .2 seconds. Adjust time till it looks good. -
Word with Friends Type Grid
by tatiang ·Ah, well, it's going to be difficult to prevent two actors from correctly snapping to the same position. I'll have to give that some thought. Where would you want the second actor to snap to if the -
Reduce Lag on my project
by Socks ·(Quote) -
Reduce Lag on my project
by tatiang ·It doesn't sound like you're necessarily doing anything wrong. Having a lot of actors doing calculations (and possibly using constraints) in a large scene with music is going to produce lag. -
Reduce Lag on my project
by SEMA ·I am working on a game that requires levels to have a lot of objects(actors). Most of the objects have attributes inside that detect distance between the player and object to make an appear and disapp -
Movement
by twayne1 ·How can I make an actor move between two way points, but not go flying away when an actor jumps on it? So an actor that's movable and also able to be jumped on, (not including rotation.)