-
Adding custom number fonts.
by Armelline ·Put a display text behaviour in the actor and copy the formula you are using for the image attribute into the display text. (Copy it, don't retype it - you can copy between two formula windows as long -
Adding custom number fonts.
by Shadow_Development ·Constrain Attribute: Self.image To. floor))game.score%self.div)/(self.div/10)) -
Adding custom number fonts.
by otanko ·I have an actor with the 0 image preloaded, and for behaviors, I have the constrain self.image to floor((game.total score%self.div)/(self.div/10))..".png". All my other numbers work -
Cant make a custom font over 11 s timer
-
Anyway to know if a number is even?
by The_Gamesalad_Guru ·If you use an index attribute there is no chance of getting a negative number. -
Stop actor exactly half way on another actor.
by vipasane ·Could you have two actors, one with the collision rule and one with graphics which "follows" x and y with constrain attribute behaviors? -
Stop actor exactly half way on another actor.
by imjustmike ·I tried using a collision rule to set an attribute of x / position for hero, then add/subtract that from the pad actor and do a move to. But this didn't always trigger properly and to achieve that I n -
High score saving not working..
by justinodunn ·The score displayed in the end game screen and the load attribute in the menu screen. -
High score saving not working..
by justinodunn ·Im using the save and load attributes, when the actor collides with the walls 3 times, it will change scene to the 'end game scene' , at the end game scene it displays the score and highscore. Over th -
How to constrain a spawn actor onto another spawn actor? (FB)
by mitdrissia ·random appear on one of the pipes. I know how to constrain an actor on an actor but not sure how to start doing this when the actors are spawn. -
Game Center Leaderboard Basics
by gingagaming ·You can then post the score in the background, usually at the same time as saving the score attribute at the end of the game. This is done by adding the "Platform - Post Score" behav -
Updating iphone 4 game to 5...
by BasGoodboy ·Now on iPhone 5 viewer after changing the cam attribute: -
Updating iphone 4 game to 5...
by BasGoodboy ·I tried the YouTube video. But the change attribute > current scene > camera size is not there anymore. -
Problem with sounds
by Gdogg ·attribute to play the sound in the scene it doesnt work.. -
Absolute minimal way of implementing a "run only on initial scene load"?
by natzuur ·(Quote) -
Absolute minimal way of implementing a "run only on initial scene load"?
by Backtothis ·But if the behavior needs to be triggered by a rule, say by the value of an attribute that is set based on the resolution of the device (so basically if its iphone 5 or 4, in order to change the camer -
How to constrain a spawn actor onto another spawn actor? (FB)
by Armelline ·If you just have one pipe and one turret spawning at a time, make 2 global attributes. We'll call them... PipeX and PipeY. Inside your pipe prototype, add two constrain attributes - one for PipeX and -
How to change actors from one to another (cannot find the right behavior) + how to hide one of them?
by Armelline ·1. You need to make sure that the random values you use are 50% of the width/height of the button. So if your button is 100 pixels wide and tall, you'd use random(50,518) for the X attribute, and rand -
How to constrain a spawn actor onto another spawn actor? (FB)
by mitdrissia ·1. How can i constrain a randomly spawn actor on another spawn actor.To visualize, i want a turret to be on top of a pipe like in mario where you see the bottom pipe with a turret that fires bombs. -
Absolute minimal way of implementing a "run only on initial scene load"?
by Backtothis ·Is there any better way of doing it? My main concerns right now is that it just feels unelegant having the implied (rather than explicit) necessity of having a specific change attribute in front of e