-
Screen misaligned after device wake up (Android BUG) My solution
by bloodnite ·(Quote) -
State of GameSalad update?
by Socks ·Wow ! (Image) -
State of GameSalad update?
by AlchimiaStudios ·(Quote) -
State of GameSalad update?
by ForumNinja ·There's a limit to how far you can zoom out, and on my 15-inch Macbook I can't fully see all of an 8000x8000 scene, but I can see almost all of it. Here's a screenshot of Big Top Blaster zoomed out fu -
Background will change when swapping the background in only one scene.
by TheWildShroom ·(Quote) -
Background will change when swapping the background in only one scene.
by UncloudedStudio ·Just place your (prototype actor) background on the scene and then drop an image on top of it and you are good to go. -
How can I check the size of my game?
by 3absh ·Because my game is taking forever to load in preview I think I went over the top using too much graphics and music. -
Ghost Blazer! New in The App Store FREE!
by Toque ·In the top picture I can't help pondering where his other arm is?? -
Performance question. Accessing, destroying actors.
by AlchimiaStudios ·trigger logic on an actor that hasn't been destroyed and is on the usable scene space. -
Performance question. Accessing, destroying actors.
by ohtukrw ·They are all seperate actors. I am not sure, but is it related to me not using those tables? Or does it have anything to do with layers? Or is there a way to access them only when on visible screen? I -
SCANNING ACTOR REQUEST
by blob ·I do think actor hiding others in layer order should scan first. -
SCANNING ACTOR REQUEST
by blob ·I’d like to have an option to switch the order GS scans actors from top to bottom instead of being stuck with only bottom to top scanning. -
Amazing fun card games to play with friends and family
by jane.otella ·Call Break Multiplayer Review -
How to switch between pictures for an actor?
by Icebox ·I think the easiest way would be to add an invisible actor to the sides call it Death or whatever you want , in your hero actor if overlaps or collides with Actor death , destroy or whatever your meth -
How to switch between pictures for an actor?
by Game Factory ·Thank's! Another thing, how can I make it to where my player can run on the top of a platform or hit the bottom of it without anything happening but if they hit the side they die? -
How to switch between pictures for an actor?
by Icebox ·actor width and height to fit under. Or you can destroy and spawn a new actor but i wouldnt recommend that. The image wont change anything , your actor will remain the same size even if you put a sma -
Performance question. Accessing, destroying actors.
by AlchimiaStudios ·For example you wouldn't want to spawn non-stop, have particles going at a spawn rate of 500, loop twice per frame, and have collide with high accuracy on with hundreds of actors. -
How to get enemy alerts
by ohtukrw ·(Quote) -
How to get enemy alerts
by Icebox ·Your problem is here , adjust its position the way you want , x is horizontal and y is vertical. Horizontal should be self.position.x and vertical is a fixed number for the top edge. -
How to get enemy alerts
by ohtukrw ·(Quote)