-
timer on random math equation
by jessica.michael ·I haven't been on game salad for a long time so I kinda forgot most of everything, and so I am just wondering on how I can make the random equation to change every x seconds? How could I make this hap -
10 Years
by NKBDL ·Good to see there are still active members here! I am not so much, 4 years? I forgot already. -
Have any function can count angle(direction)?
by AlkaPP ·You need an exact angle number or just the direction like left, right, up, down? -
Have any function can count angle(direction)?
by Weiyu ·Thank you. -
Will setting actor's height and width to 0 save memory?
by Icebox ·Setting your actor as invisible is much more efficient than scaling it to 0. If your actor does not need to be seen then you can optimize your game by setting it non visible. I believe it completely d -
Animated collision shapes
by Icebox ·computation to your game that you can avoid. I dont think other games do it that way either. -
Animated collision shapes
by The_Gamesalad_Guru ·I found no lag back when I did it but that was many versions ago. I was surprised how efficient it was. -
How to make a flashlight effect in game?
by Weiyu ·@Two.E I got it. Thank you very much. (Image) -
Will setting actor's height and width to 0 save memory?
by AlkaPP ·@Armelline thank you for testing it. I was about to today after finally found out that the Viewer not working just because my Firework blocks GS connection. -
Will setting actor's height and width to 0 save memory?
by Armelline ·I see no change in memory usage in my testing, but actors themselves take up very little memory anyway. I'd be surprised if this had any meaninful impact - the actor itself is still there, any images -
SCENE TRANSPARENCY
by NKBDL ·If you wish to have "transparency" for pause menu, do the following -
ANIMATE TO CHANGE IMAGE
by Icebox ·You have a rule -
SCENE TRANSPARENCY
by AlkaPP ·Sorry but I’m confused. Do you want transparent or no transparent? By the default, the pause scene will be transparent and you want opaque then add a blank actor as background. -
ANIMATE TO CHANGE IMAGE
by tatiang ·One thing to consider is that when you choose a random value for an attribute and then have rules for possible values, the rules only fire when the value changes. So if your scene.heads or tails is 1 -
SCENE TRANSPARENCY
by digitalzero ·is anyone else having trouble with the scene transparency? im trying to make it totally opaque but its not seeming to work... .its a pause menu but i would like for it to be transparent -
ANIMATE TO CHANGE IMAGE
by tatiang ·Not so fast! You'll need to post a screenshot of those rules. -
Can't Access Published Projects
by ml1434 ·You're a star thanks so much! -
Can't Access Published Projects
by adent42 ·Hit reload and you should be good to go. Sorry about that. It was an un-typo (i.e. I somehow erased a character unexpectedly). -
How to make a flashlight effect in game?
by Two.E ·Make an image with a circle cut out and transparent. Make the rest of the image back. Constrain the image to mouse movement. Or touch moment. -
How to make a flashlight effect in game?
by Weiyu ·Could someone know how to make a flashlight effect in game?