-
Mac Stable Release 0.13.24
by freneticz ·And i want a counter somewhere that shows how many rules/attribute that is set to Off in your code. -
How can I set my 3 digit countdown timer stay in 3 digit format all the way to zero?
by Socks ·(Quote) -
How can I set my 3 digit countdown timer stay in 3 digit format all the way to zero?
by Dell7730 ·if Attribute game.countdown =0 then Destroy this actor -
How can I set my 3 digit countdown timer stay in 3 digit format all the way to zero?
by Socks ·(Quote) -
How can I set my 3 digit countdown timer stay in 3 digit format all the way to zero?
by Dell7730 ·if Attribute game.countdown =0 then it's the end, lol -
Display Big Numbers (with commas) v4
by Armelline ·This method also avoids the need to spend time changing lots of attributes, which would normally be necessary. It does this by hijacking the self.Max Speed attribute and using that. What this means is -
Spare Code ? Dump It here.
by Armelline ·The annoying thing about the original methods is that they require a fair bit of effort to adapt into your own project. There are more than a couple of attributes that need to be changed and added. -
Boolean Attribute not working
by ElemetApps ·Ok so I have an actor the size of the screen and it is clear. When you touch it the attribute turns true. When the attribute turns true a ball falls and hits a tile. There are random tiles floating by -
Fading sounds out and in depending on the region
by ookami007 ·Create two reals at the game level ... game.playerX and game.PlayerY and constrain them to the player's X,Y in the player actor -
How to make my actor raise and lower ladder
by Icebox ·change attribute behavior >> change motion linear velocity y to 100 ( or any number you want depending on the speed) -
Multiple Custom Scores
by Braydon_SFX ·Constrain: self.Image to "Blue-"..floor((game.score%self.div/10)). -
Multiple Custom Scores
-
Multiple Custom Scores
by Braydon_SFX ·Inside your constrain attribute, add this at the beginning of your expression: -
Multiple Custom Scores
-
Align Currency Number in constant distance to actor based on amount. How?
by Armelline ·Yes, just do textLength(number.attribute). That'll give you the number of digits. -
Undoing deleting from scene
by MassiveMapler ·@Socks Undo only works for things outside of the scene, adding an attribute etc. -
Destroy ander respawn actor when touched by other actor
by marc_greiff ·additionally, make sure that both actors have the have the the "movable" attribute set to true (in attributes/physics), this is necessary for the collides with rule to work. -
Destroy ander respawn actor when touched by other actor
by Jeffrey97_0000 ·Game.X is a boolean attribute. -
Please Help Needed about unlimited enemies in platformer game?
by cherrywtz ·(Quote) -
How can I make a selected image stay when the actor dies and respawn?
by Icebox ·When Touch is pressed and if Attribute self.image is White then Change Image to Black