-
Constrain Attributes
by UtopianGames ·Looks like you need to do this in the hammer instead of change attribute do.. -
Constrain Attributes
by DimensionGames ·You can also constrain to different places around the character by changing the constrain self.position.X to characterX+40 for eg (this will contrain him 40 pixels to the right of you character). -
Constrain Attributes
by UtopianGames ·Get rid of the timer and it should be fine because once it's constrained it will always stay in position. -
Constrain Attributes
by DimensionGames ·Hey all! I have a actor (hammer) which is constrained to another actors position (Character) which in turn is interpolating to somewhere else on the screen. I have a timer every 0.01 change the attrib -
"Turning images off" from RAM usage
by IsabelleK ·In my last game, I noticed that when I have an actor without any image on it, but with many change image behaviors inside (when attribute game.X is 1, then change attribute self.color.alpha to 1 and c -
Display text positioning?
by GamersRejoice ·Before the attribute you want to display. -
How can I make multiple enemies on a scene?
by mza1979m ·GamerRejoice is correct in the first post but not in the second. You can only add an attribute to the main prototype but not each instance. However, this will still achieve your desired result, cbower -
Need Some Help
by gyroscope ·First for the a simple thing - made a "gameMusic" attribute and when the actor is touched -" gameMusic" attribute...TO false- pause music. -
Need Some Help
by craps ·Had a day off work today - and have learned how to use change attributes, game and scene attributes and multiple rules. -
Need Some Help
by craps ·Had a day off work today - and have learn how to use change attributes, game and scene attributes and multiple rules. -
Collide and slow down actor
by Eminem ·Ok i so i changed it to constrain and now for some reason when the moving actor touches the other actor it cannot move and it just moves to the left. and once it does not touch the other actor it just -
Collide and slow down actor
by JohnPapiomitis ·No problem, and use constrain instead of change -
Solid Rotation Platform
by JohnPapiomitis ·sorry i didnt mean zero, click on the actor and see what the x position is for where u placed it, and constrain to that numgber, not 0 -
Solid Rotation Platform
-
Solid Rotation Platform
by GamersRejoice ·You may need to constrain the rotating object to a specific point. -
Solid Rotation Platform
by BackUpAndDown ·I still haven't figured out how to use Interpolate. =P Could you give me an example of what the interpolate attribute and duration should be set to? -
How can I make multiple enemies on a scene?
by GamersRejoice ·You need to have the actors hp tied to an self.attribute, then you can use the instance of each actor to change the hp for each one. (Double click on the actor in the preview window and edit the attri -
Making a liquid game layer
-
Help with Levels Unlocking
by gyroscope ·Hi cbowers428; it'd probably be "cleaner" to put the Save attribute just before you go to the next scene. :-) -
Help with Levels Unlocking
by cbowers428 ·yea so should i do like a save attribute on the actor which ends the level?