-
Change Image rule creates an image too small?
by Macca_McGill ·Ive got a small 3 second countdown timer before my game starts, it goes 3,2,1, Play! but it appears using the change image behaviour has a restricted image size? Basically even though i have the Play -
Magnetic Crane
by jb15 ·I can answer 1: Make a global, real attribute, cranex. In the magnet/crane's rules, use constrain attribute: game.cranex to self.x. Then in the car's rules, have it only accelerate if self.x is less t -
Magnetic Crane
by CircleTime ·3.) the magnet is part of a bigger structure, is it possible to have a "compound actor" made of multiple actors using constrain attributes, however still respecting rotation pivots? -
trigger random animations?
by AppsRacK ·create self attribute -
Timer help!
by AppsRacK ·make global attributes -
Problem with constrained actor
by tenrdrmer ·Well it sounds like you are using one of TSB's templates to be honest. But either way. you need to place a control actor in the scene and unlock it so you can access the scene attributes. Then create -
Problem with constrained actor
by KrakenCMT ·My game space is 960 px tall x 320 px wide. I have an arrow actor that is constrained to the x & y position of the mouse when pressed and it points in the direction that the player will move. -
Button To Number
-
How to change an actor image depending on the position of the joystick?
by tenrdrmer ·which is an attribute already being set by the joysticks position -
Max Speed Bug
by scitunes ·I have a game I am working on right now where I actually constrain the maxspeed to the distance between the actor and the mouse so that the farther away you are the faster it can go and everything wor -
How to change an actor image depending on the position of the joystick?
by isabelaq ·yea I'm sure if I will serve, but do not quite understand = /, how can show me display the left and right attribute?? Thanks for you help.. -
Intelligent Inventory
by gyroscope ·Has anyone used actor tags for anything useful other than collisions? -
how do i make character vanish?
by VGX ·make a boolean game attribute called touchallowed -
How to change an actor image depending on the position of the joystick?
-
how do i make character vanish?
by mangaroo ·destroy is a bit final and resource heavy - an alternative would be to play with the self attribute alpha (found under color) - 1 is max opacity, 0 is not visible at all. you can interpolate for a smo -
Intelligent Inventory
by SnowAppleMint ·Has anyone used actor tags for anything useful other than collisions? -
Destroy After Collide + Linking Multiple Actors - Two Questions
-
Destroy After Collide + Linking Multiple Actors - Two Questions
-
Button To Number
by Gendude ·I have a rule - Attribute - gamescore = 25 - change scene - level 2 -
Destroy After Collide + Linking Multiple Actors - Two Questions
by rlehm ·Make a master platform actor. Give him an attribute, not game, not scene, the player. Call it like player.leave