-
Display text with expression + Text
-
multi touch controls advice wanted (not joystick..)
by scitunes ·I would recommend studying the joystick demo and modifying it. Here's the basic logic - You can't constrain to touch1 or touch2 or whatever because you have no way of knowing the order in which the pl -
multi touch controls advice wanted (not joystick..)
-
How often are codes executed
by tenrdrmer ·Constrain Attribute is a behavior that is constantly running you can use it a few different ways. -
Define when actor has landed on the right side.
by joelE ·I had a little play around with that and got some weird results its almost like the invisible actor constrains to the scene rather than the actor. and the X and Y get flipped over. -
How often are codes executed
by old_kipper ·use a timer set to every> 0 secs in the player to put the player self position x and y into a pair of game number attributes. Then use a pair of constrain attributes to in the enemy to tie tho -
How often are codes executed
by kapser ·I'm not sure how constraint helps me. I forgot to note that the ennemy actor is a physical object so move-to doesn't quite work and this might be why it's interfering. -
How often are codes executed
by outasite ·You can use the move to attribute. -
how do you make one actor not affected by gravity?
by ozboybrian ·Change Attribute: Self.Rotation to 0. If it keeps rotating your file is corrupt or something. -
Background scrolling effect on y axis.
by mangaroo ·when attribute self.position.y > 0 -
Collision and Touch
by SkyMaple ·A Boolean attribute called "collide" -
how do you make one actor not affected by gravity?
by EdwardF ·Actor Attribute: -
Real techniques for making MONEY in the app store (LONG)
by HoneyTribeStudios ·Have an attribute that adds one every time they open the app and is saved at the same time. When this attribute reaches, say, 5 or something (that way you know they like your app enough to play it 5 t -
Shooting - Touch
by SkyMaple ·create a boolean attribute in the game and call it "fire". -
Autorotate: change scene or resize or ?
-
Define when actor has landed on the right side.
-
The perfect game formula (emulating the success of others), please discuss
by quantumsheep ·On the other hand, some titles have a huge amount of GC players, but you can attribute some of that to a free promotion like FAAD. So they may have had a lot of downloads, but not sold that many. -
is it possible that....
by DsAngel ·is it possible that to save game attribute ONLY when in coming call or when user press home button? -
Move constraint on an object that can rotate
by kapser ·It doesn't seem to work. Maybe if I set the attribute only once so it doesn't update the coordinates every steps? -
Move constraint on an object that can rotate
by tenrdrmer ·Create self attributes called Start.x and Start.y