-
getting overall score from different values
by MarcoCol ·i want to get a final result of the past level by adding some attributes to one score. -
Save / Load Character from tables
by mrpacogp ·Now dont breaks, because i dont repeat the attribute en game and actor values, but, still to repeat the input value for take it the final actor... -
Save / Load Character from tables
by mrpacogp ·Create Scene. Add attribute text name player -
How to have an on screen trace indicator (of position) for off screen actor
by cosmopolice ·So far my best idea was to make an invisible actor be as large as the screen and whenever the actor isn't overlapping then a global attribute is set to actor off screen (true). -
reset scene doesnt work
by GLGAMES ·erm yes you need to do it manually. Actually it's easier now with tables. You can have a table to store all the starting values for the attributes for every level whatsoever. so when reset attribute i -
reset scene doesnt work
by satellites ·im trying to reset from a pause menu, and it doesnt seem to reset the time for most actors. ive tried change scene, true boolean for reset scene, then false boolean. doesnt seem to do anything. i hope -
iOS Accelerometer Issue controlling character.
by cbt ·I think if you change your constrain on the ball to "constrain every 0.1 seconds" your problem will be solved. If it is not smooth try every 0.01 seconds. -
iOS Accelerometer Issue controlling character.
by matarua ·Oh and a comment on the +90 could that be replaced by the in Gamesalad game.Screen.Device Orientation attribute? -
How do you create new attributes
by blorsch ·@Kkart29, go in to your scene then above your actors click on the tab that says "Attributes". Then click on the + button tat will bring up a pop up menu that says which kind of attri -
Dont understand load attribute
by gurechan ·Save Attribute is used to save game data to the device so when the user exits the game the saved data can be used again the next time the game is played, hi score for example. -
Dont understand load attribute
by funkyj4ever ·It looks like when i add the load attribute, it changes the save attribute to 2. Even when i use a fake key name?? is this a bug -
Dont understand load attribute
by funkyj4ever ·At the end(15min). He puts the load attribute in the actor. I fill the same thing in and start the game but now level 2 is also unlocked? -
Make paddle follow ball but slower?
by The_Gamesalad_Guru ·Make a Boolean that is true when the ball is in the goal and in your rule that returns it to the default position change it to any and add the ball in goal attribute to the rule conditions. Be sure to -
Best way to change an actors color?
by famekrafts ·Got it friends i was confusing the attribute. There were two attributes of colors one for the ink one for the screen, I was mixing them up, that is why it was not working. My app is ready I just have -
Old arcade style hi score screen
by overzero3 ·The way i made the score table, i made so when i confirm which one of the three letters i will save it in a different column. So i got three text columns and a integer column for the points. I don't k -
How do I create a spawning enemy?
by matarua ·If you look at the basic shooter template it has spawning actors and you can spawn them to a direction which could be an attribute and and then accelerate them towards that attribute also. You should -
About to release my 1st Game, and already started on 2nd one, but need tips.....
by famekrafts ·If you fix the camera to player, just loop the background and bring in platforms and tiles from the right and when they go out of screen, reshuffle them using constrain attribute. Do not try to make a -
constrain attribute
by matarua ·change attribute to if it is greater than 7 to 7. -
constrain attribute
by famekrafts ·Simply make if the attribute > 7 make it 7 that will work but might not work depending on your game, give more details. -
self boolean attribute unchecked, does it...
by carlblanchet ·So I got actors that each have a self boolean attribute in them that is not being used and are checked off, will it reduce performance, or act like they don't exist?