-
How do You make a you lose scene pop up
by ChucklingMonkey ·Have an attribute that is triggered when the player loses. E.g. -
Trying to get an actor to follow mouse position
by munocat ·I have tried that, what do I pick in the first box, and what do I put in the second on the Constrain Attribute? -
Trying to get an actor to follow mouse position
by munocat ·Trying to get an actor to follow mouse position, I saw a recipe that say to use Constrain Attribute and set it to the mouses x and then do another and set it to the Y, but how do I do this? -
turn off touch
by SAMman ·I think it is a bug in my game and it must be interfering with another attribute. thanks for the help. -
turn off touch
by SAMman ·it spawn in the last place I clicked after that attribute is changed to 1. -
turn off touch
by JohnPapiomitis ·OK so first off make your new game attribute called touchOn and have it set to 0. -
Number of current collisions
by JohnPapiomitis ·you could have magnitude set up on each actor based on its self position and actor x. then have another attribute that changes to 1 when its in the magnitude zone and to 0 when its not. -
turn off touch
by JohnPapiomitis ·have a attribute called touchOn and set it to 0 -
Number of current collisions
by jb15 ·Is it possible to know how many actors are colliding/overlapping actor x at one time? For example, there are 2 actors overlapping actor x right this second. If another collides with actor x, then the… -
Double Tap Question
by JPickard ·yes, make a attribute called tapCount... -
Double Tap Question
by JohnPapiomitis ·yes, make a attribute called tapCount -
A sidescrolling square character with square physics?
by HoneyTribeStudios ·You could do with an invisible circle and constrain an image of a square to it? -
How to minus 1 off an integer on touch for the actor?
by JohnPapiomitis ·whatever rules you have to spawn, put that in a rule that says when attribute self.spawner is > 0. That way it turns off once the attribute has reached 0 -
How to minus 1 off an integer on touch for the actor?
by JohnPapiomitis ·Change attribute self.spawner to self.spawner-1 -
How to minus 1 off an integer on touch for the actor?
by JohnPapiomitis ·yea you cant just type the attribute name in. You have to select it from the list then type-1 at the end of it. -
How to minus 1 off an integer on touch for the actor?
by JohnPapiomitis ·Your not just typing in the attribute names right, your selecting them from the drop down menu in the expression editor? -
Incorrect Highscore
by JohnPapiomitis ·dont use constrain attribute, use change attribute. The problem is cause when you change the score to 0 the highscore will change back to 0 as well since its constantly being constrained to the scor -
ICE BOX HELP (From zombie drop)
by Braydon_SFX ·I would just put a move attribute, or a accelerate, but it doesnt react with the boxes good, like in zombie drop. -
Incorrect Highscore
by P373Games ·when game.score is greater than game.highscore constrain attribute game.highscore to game.score. -
How to minus 1 off an integer on touch for the actor?
by FloridaGames ·Change attribute: integer to integer-1.