-
My game freeze on 1.25
by mooble ·I dont get what is code and layer order... How do you know your code order is wrong and what is a layer order that could cause a bug. -
My game freeze on 1.25
by MentalDonkeyGames ·1.25 handles code more efficiently, and is more picky on code order and layer order. It´s most likely some little thing you have in your code that freezes the game. Before 1.25 you could get by with s -
Stable Release 1.25.54 is Available
by The_Gamesalad_Guru ·info. Code is read in the layer from Bottom to top. Go the the begining of this thread and read Georgegs's comments on this. -
Stable Release 1.25.54 is Available
by The_Gamesalad_Guru ·No as that code is scanned all the time anyway. In my custom collision shape animation method I have actors spawned and destroyed every frame as well as reading position and velocity and recognizing c -
Timer vs Loop
by The_Gamesalad_Guru ·We have to look at this from a LUA code perspective. Remeber all behaviors in creator are ultimately they are all converted to LUA code. So code wise a loop is the proper code method one would use doi -
Enemy Movement AI
by quinn221 ·Hi, so I have started building a top down game. I am trying to figure out the best way to have my enemies chase and attack my hero. I have done this on a platform game, but can't wrap my head around -
Roll Turtle - an exciting rolling journey platform game.
by Braydon_SFX ·LOVE this game! Very very polished and well thought out! There have been several AAA GameSalad games made, but I think this is on the top of my list. Congrats, @kirafu and well done! -
Game of the Month: May Submissions Thread
by marknajom ·We present you our new chasing crazy adventurous game in which the player has to tackle around obstacles and get the maximum jewels in order to contest and win. YES!! The new game is here, Our Crazy G -
Stable Release 1.25.54 is Available
by Socks ·In the image below you can see the original sound (the middle / blue 'original' waveform) - and what Creator does to that sound (the top / red 'GameSalad' waveform), you can clearly see the sound is h -
How to make actors appear as main character travels up the screen?
by GoodnightMoon ·However, the problem I'm having is that because I have a scrolling game that is vertically about 1,500 pixels long, I'm setting my asteroids at the top of the scene as well as the bottom. So basically -
How to make actors appear as main character travels up the screen?
by slinky1988 ·I'm not 100% sure what you are trying to achieve but from what I am assuming you are trying to do, perhaps you could set the gravity on the asteroids so they move down and when they reach a point belo -
Advice needed on the logic to develop a Custom Leaderboard
by slinky1988 ·with the highest scoring player at the top and the lowest at the bottom. The problem I am having is how to get the leaderboard in that order after each round since the scores will be constantly chang -
How to make a High Score window?
by KevinCross ·You could create an extra scene with your fancy score and the buttons etc and then when the character dies use the pause game behaviour. It shows the scene on top -
Working on both system Mac & win
by KevinCross ·There's part of the Windows layout that the Mac desperately needs like the actor window at the bottom allowing you to edit an actor without having to double click into each and covering you're scene e -
How to make an actor move when you want and not just when you start the game?
by frd ·* in the timer put a 'spawn actor' behaviour and spawn your asteroid. For the y coordinate it depends whether your scene is scrolling or not. if not then set it to just above the top of your frame (80 -
How to make an actor move when you want and not just when you start the game?
by KevinCross ·Set the x and y position of the actor on the spawn behaviour as negative numbers to spawn from the left or bottom and numbers greater the screen size for spawning top or right of the screen -
Game of the Month: May Submissions Thread
by kirafu ·* Selected at Taipei Game Show Indie Game Award Top 10 Game -
Start the score whenever character is clicked
by KevinCross ·Here's a basic project where you click one actor to start the score. You'll see I have one actor at the bottom (the player) and the score displayed at the top. The score is controlled by the bottom ac -
Start the score whenever character is clicked
by KevinCross ·On your player character add this rule: -
Start the score whenever character is clicked
by GoodnightMoon ·Also, if I attach the timer and display text to the character itself it works well - only problem is, the score is then stuck to the character and now at the top of the screen bahhhhh