-
Stupid problem: Need to delete an attribute... but it's in too many actors (can't see REMOVE)
by tatiang ·Hmm... actually, I just created an attribute, added it to a rule, and created a bunch of copies of the actor but when I delete the attribute it doesn't warn me at all. Now I'm not so sure why you're -
Stupid problem: Need to delete an attribute... but it's in too many actors (can't see REMOVE)
by tatiang ·That warning message appears whenever you use an attribute in a rule or expression. I would recommend going through the prototype actor and removing the attribute from rules/expressions, assuming tha -
Stupid problem: Need to delete an attribute... but it's in too many actors (can't see REMOVE)
by guilleface ·why are you deleting, why not just leave it like that and dont use it, i had troubles before by deleting a attribute like that and all my 24 same actors were affected. -
Stupid problem: Need to delete an attribute... but it's in too many actors (can't see REMOVE)
by TomCoffee ·I have 68 copies of one actor on my screen (it's a puzzle game). I tried to delete one Attribute from the main actor and it said "Warning: this attribute is in use..." and then it l -
Problem when publishing to HTML5
by tzunito ·My problem is that when clicking preview in GS creator (windows latest version) my game is fluent, everything works and it is as it should be. But whenever I upload to GS html5, and play the game, my -
Creating your own asynchronous server... •--•
by StormyStudio ·Not sure if I'm over thinking this one... and maybe I just need to wait for the send and receive attribute ability rather than the current send/receive table . -
Please help. i don't speak or write perfect english but i try...
by juho.sarkela ·so when i make the rule when touch is pressed-->change attribute (attribute name) to (new value) i can't find any other actor's information on that attribute name position? -
Please help. i don't speak or write perfect english but i try...
by juho.sarkela ·but I do not need to create a game attributes, integer, etc. -
Please help. i don't speak or write perfect english but i try...
by tatiang ·Make a rule that says When Touch is Pressed --> Change Attribute [attribute name] to [new value] and have as many Change Attribute behaviors as needed in that rule. -
Please help. i don't speak or write perfect english but i try...
by tatiang ·I'm sorry, I still don't understand. If I had to guess I'd say you want each character selection button to change certain attributes of that character. If that's right, then you make a rule that say -
How to spawn set number of actors for each level
by tatiang ·Just change the counter attribute to game.level and add a spawn behavior inside of the loop. -
How to add +10 to every 10 game score integer?
by guilleface ·i assume you have a real attribute for you score right? now create another real attribute named "bonus" and change this attribute "bonus' to =10 -
I want to do a jump move like this
by tatiang ·From the image, I'm assuming you want the actor to jump and then when it collides with another (parachute) actor to constrain it's position to just below that actor? -
How to add +10 to every 10 game score integer?
by tatiang ·One way to do this is to constrain game.money to floor(game.score/10)*10 - game.moneySpent and then add to game.moneySpent when something is purchased from the store. -
Simple Question about Positioning!
by tatiang ·First of all, what does it mean to "change the y-axis"? Can you describe that in GameSalad terms? Are you changing an attribute or dragging the actor or something else? And if it -
I have a problem with a spawn actor.
by Neil T ·constrain the umbrella x and y to the main actor? -
Help with checking actors position against another
by MaccaMcgill ·Game Attributes (both integers) -
little problem with mario bross like game
-
Evil mario mushroom like attributes
-
Hey guys I need help with multiple interval speeds?
by tatiang ·You'd need to reset the loop counter attribute and have a rule condition that starts the loop process again.