-
Touch Problem ... Please help!!
by jerlant360 ·Thanks guys I really appreciate your help thanks a lot , but I think I'm going to put a button to simplify all my work hahaha(Quote) -
Star system error in coding
by PBEmpire ·- every hit, change attribute current stars to current stars+1. -
Centipede(arcade) like Movement. Help with logic!
by overzero3 ·The actors logic is this: I made two attributes, Step and Mark. The first one tells me in which direction my actor should move and the other one i use to measure when to change for the next step. So, -
how to randomize backgrounds?
by famekrafts ·ok while putting these loading screen which attribute shoud I use keeping the loading in mind as its needs to be intantaneous -
Make appear another actor after collecting items
by carlblanchet ·@alarm656 When ItemActor overlaps or collides with CharacterActor, add rules that that add +1 to the ItemsCollected attribute and make the item actor destroy itself. -
using text in an rpg game
by carlblanchet ·Use a table to write all your text in. then in the display text behaviour you connect it to the table cell value. also make an attribute that is put instead of choosing each row individually so that w -
How to pause a timer?
by MarcoCol ·Integer attribute counter = counter - 1 every 1 sec -
How to put Item in Table?
by alarm656 ·(Quote) -
Star system error in coding
by carlblanchet ·If CurrentStars attribute is greater than LevelBest attribute change attribute LevelBest to CurrentStars and save LevelBest attribute then change CurrentStars to 0. -
How to make an actor follow another actor within a rule?
by carlblanchet ·Then you wanna have a boolean attribute, lets call it 'Playing', this attribute's default will be set to false. -
How to have the particles appear at the point where the 2 actors collide?
by gamesfua ·That's pretty darn neat @Braydon_SFX but do you know how to register the exact point of collision? All i can think of is either using invisible constrain actors atop an actor or trying to register the -
Help me with game salad following actors.
by Codzhe ·1. I created attribute called PlayerY -
When i touch an actor, i would like it to change scene and delete another character.. hELPPP!!!
by carlblanchet ·Make a boolean attribute, lets call it SecretsLocked and set it on true. -
How to make an actor follow another actor within a rule?
by carlblanchet ·Make a real attribute called paddleX. -
Suggestions for improving Game Salad
by floydianspiral ·(Quote) -
How to pause a timer?
by GLGAMES ·That will only mean the 'counter' that you have is resetted everytime. By the way how are you making that counter? Integer attribute counter = counter - 1 every 1 sec? -
When i touch an actor, i would like it to change scene and delete another character.. hELPPP!!!
by gamesfua ·You could benefit from some tutorials on using tables. I'm not great at tables so i'm going to use some basic attributes and rules. That said definitely check out tables. -
Touch Problem ... Please help!!
by gamesfua ·Make a rule that says when user taps anywhere constrain invisible actor to mouse point (where finger is). So in theory a square is being put on screen wherever you put your finger (but make sure its -
How to add a custom cursor to Game salad?
by gamesfua ·As far as I know- no. But ask around. The workaround is to constrain an image to the mouse position x and y. Good luck! -
Touch Problem ... Please help!!
by tatiang ·I had made a demo for this but I can't seem to find it. If you add a rule to your enemy actors that says When Touch is Pressed change attribute game.touchingEnemy to true; Otherwise change attribute