-
Change image/attribute from another actor
by Harvick29 ·Now regarding the 16 separate actors/images,...would I need to set up an integer attribute and have a different value for each image,...or would I use some sort of a rule ("change attribute-1 -
Constrain an Actor to a rotating Actor.
by dre38w ·Hello again! I'm trying to get an Actor to constrain to a certain position on another rotating Actor. So that it rotates with the rotating Actor as if it is part of the image. Thanks! -
Minus button not stopping at 0
by tenrdrmer ·and Attribute game.score > 0 -
Is this possible?
by tenrdrmer ·you can use a change attribute self.rotation to 0 behavior or you can use the rotate to angle behavior and rotate it back to 0 -
actor size , very important!! ****
by mynameisace ·Just thought I'd add the option to grow and shrink just to cover everything you will need. All you have to do then is change attribute FishGrow to true when you want it to grow. -
On collecting all coins move onto next level
by yoenoesz ·Does the attribute called game.coins have to be an integer or boolean? or real? index?? help please -
Boolean issue. When touched is pressed.. works. Touch again = Fail.
by Rob2 ·change attribute game.boo to 1-game.boo ( game.boo as an integer ) and then test for 0 or 1 in your image actor. -
Minus button not stopping at 0
by ApplaudApps ·attribute game.hole1 < 0 change attr game.hole1 to 0 -
***Attribute to jump only ONE TIME!!!***
by Benjamin_m5 ·I want that when I tab the screen my actor jumps. This attribute I have allready!! I've an attribute that means when touch is pressed move actor to 90° acceleration +1000 and then in the otherwise sec -
Minus button not stopping at 0
by CaptFinn ·attribute game.hole1 < 1 change attr game.hole1 to 0 -
actor size , very important!! ****
by yoenoesz ·Do I have to add change attribute to use sizereached = true at the rule: when ALL conditions are valid: attribute, self.size.width IS GREATER THEN (>) 70 ?? -
Change image/attribute from another actor
by AppsRacK ·You can access other actor's attribute by layer. -
Change image/attribute from another actor
by Harvick29 ·Hello, -
actor size , very important!! ****
by steve86 ·First create a Boolean global attribute named sizereached -
Player Control (and disable) and collision with (wall)actor problems
by Mrshoestore ·I'm new to this whole rambajamba they call game developing. I was attempting to figure things out myself, and it was going well, until I created a jumbled mess of rules and attributes and behaviors t -
Pop-Up Messages?
by outasite ·Attributes: -
Pop-Up Messages?
by outasite ·To link back to game to rate you will need to be pro. Make two attributes (number of plays & clicked). When the game is loaded and player lands on menu +1 to attribute then save attribute. -
Menu with level unlock attribute.. PLEASE HELP.!!
by tenrdrmer ·you need to add an attribute to each scene or level end actor that says what level number you are playing -
Change Attribute Sound Volume Bug
by 11clock ·This is something weird that I found when changing sound volume to 0 and vice versa, using Change Attribute. It doesn't immediately turn on/off the sounds but does a less than a second long interpolat -
Menu with level unlock attribute.. PLEASE HELP.!!
by GrubGames ·unlocks. I am having trouble getting the unlock attribute to do what I want. As of right now I have a rule that says when "level end" collides with "main actor", c