-
Having Issues with Integer Attributes
by Casguia ·(Quote) -
Touch is pressed VS is down?
by raze_struck ·(Quote) -
Touch is pressed VS is down?
by raze_struck ·(Quote) -
Highscore problem.
by macman123 ·@anrew345 do you have a highscore attribute? if not make a highscore attribute its gonna be a integer. go into the actor that makes the score go up and say save attribute. and you will save the high -
my game is going from home to game and then score to game but not restarting
by macman123 ·@JodyMitoma um it has a check box on the boolean attribute and i cant type false, so should i just check the box. im kinda new sorry for giving you a headache. -
my game is going from home to game and then score to game but not restarting
by JodyMitoma ·Also if that doesn't work either, make a "Game Attribute" named "DisplayingScore" boolean "false" default. -
my game is going from home to game and then score to game but not restarting
by JodyMitoma ·Instead of all of this craziness, why not make the "Score" scene come up as a "Pause Game" attribute, then when user clicks on "Retry" button, &am -
my game is going from home to game and then score to game but not restarting
by JodyMitoma ·So, what you're saying is, when greek is "hit" by an object, you change attribute "greek_hit to "true". -
my game is going from home to game and then score to game but not restarting
by macman123 ·i will explain how it works and post shots in a moment if i can but i will explain how it works. its like flappy bird and when the guy dies i have the rule when greek_hit is yes change attribute game. -
Touch is pressed VS is down?
by StormyStudio ·You could also try adding another attribute into the mix... i.e a new self attribute called 'pressed'. -
Is iOS universal possible if I started off with iphone no resolution independence?
by Franto ·EDIT: I just found out camera settings can be edited, I remember looking for it when I started and having no way to edit the camera's size once the game was made, but now it's there. Thanks for making -
Quick question about highscore... Just WONDERING
by JodyMitoma ·Also keep in mind, that I have a change attribute set for "LevelNumber" that will change depending on what level you are on, which in this case is Level 1, which in turn makes the ro -
Quick question about highscore... Just WONDERING
by JodyMitoma ·If I want to make sure that my game displays each level's HighScore from within the popup window that displays before you begin the match (popup window displays the level number, your previous highsco -
Spawn Images for actors
by tatiang ·Then just add one to the attribute each time the user clicks. Get rid of the random function. Also make sure you are selecting attributes from the drop-down menus rather than typing them in (which d -
Respawn freezing and collide problems
by Alano ·* Attribute: when GameLives=0 -
How to make an infinitely big level?
by hesdeadjim ·You could try making a relative set of coordinates... Your ship stays in one place, but when it is moved in a direction, you change the relative coordinates, and everything else is constrained to the -
Spawn Images for actors
by opa ·Is self.block_id integer attribute? When do you want to change the actor's image? Do you want to animate it during time? Image1 -> image2 -> image3 -> image4 -> image1 etc. -
Spawn Images for actors
by aliz94 ·(Quote) -
Spawn Images for actors
by opa ·When self.block_id = 1 -> change attribute self.image to imagename1 -
Problem with jump
by opa ·Make boolean attribute 'jump_done'