-
having an Actor collect something and move to different screen?
by hayesjm33 ·create an integer game attribute called coin collect and set it to zero. Then in the coin actor create a rule than when ever coin actor overlaps or collides with player change attribute coin collect -
Recording Music?
by App Surge ·Hm... If you created the notes as separate audio files and the sounds were triggered by attributes couldn't you save an attribute sequence that could later be replayed as music? -
Health Bars?
by pinata14 ·@redsky the health attribute is already set. I just need to find a way to make a visible "health bar" to let players know how they are doing against the enemies. I was wondering if t -
Can you put attributes in an actor and....
by tatiang ·Make a rule When ALL conditions are valid ... self.t<1 AND actor collides with actor T ... change attribute self.t to self.t+1. -
Elasticity DEMO and Limiting Movement
by JohnPapiomitis ·-constrain self position x to mouse position x -
Can you put attributes in an actor and....
by scitunes ·What attribute type are you using. It should be integer. -
Can you put attributes in an actor and....
by beefy_clyro ·All the attributes you wish to access by other actors must be game attributes and not self. -
Can you put attributes in an actor and....
by GAMEINTERN ·Can you put attributes in a actor ( PLAYER ) and have it say: -
Actor movement over the menu bar
by RP ·sounds like you need to constrain that actor so that he cannot travel to that section of your screen. Check out your constrain behavior. -
how to sync no of columns ro number of lrvrls
by djdee ·am following one of the video of tshirt of changing an attribute using tables. i dint understand 1 thing in it, i.e game.level which he uses. how do u make ur scene change to level 2 when u completed -
About width of HP bar.
by Frazzle ·Don't use interpolate to take away, instead use change attribute. -
switch help
by UtopianGames ·if game.SwitchActive=true after 3 seconds change attribute game.SwitchActive to false. -
About width of HP bar.
by gawakamy ·@calvin9403 Is it possible to make attribute inside the actor? I can not see any button to create attribute in there. I can see the attribut creatation button only on the main scene. Are there somethi -
Particle effects
by simo103 ·@Zoyt and @cnmeyer1980 .. the downloaded project file didn't work for me so I put a display attribute in for the self.AnglePreX/Y value and it was showing an error. I copied the attribute to recreate -
change camera size
by MarkOnTheIron ·At this point add a change attribute (or an interpolate) to the camera size width and height to whatever you want. -
Particle effects
by Zoyt ·1. Find the "Constrain Attribute" for the touch object's position x and y. Click in the value that it's changed to and choose touch 1 x/y for the correct one. -
To avoid rapid shot.
by calvin9403 ·make an attribute ball on air? bool false -
About width of HP bar.
by calvin9403 ·if you make the attribute on the main scene than it is a global, if it is from inside the actor is a self -
Actor does not stop.
by MotherHoose ·Attribute: self.HP > 0 -
Recipe Book App Help
by TeslaX ·I'm trying to build an app for my wife that stores all her recipes, is there a way to create a shopping cart attribute that I can list on every recipe that I can use to generate a shopping list?