-
How to constrain an actors position to other actors
by RThurman ·I suggest you watch all 11 of the short videos (and actually do the steps) before you ask more questions. You will get a much better response form the community if you can ask specific questions and -
Universal Binaries Can this be done.?
by CaptFinn ·after 2 secs based on the Devicechecker attribute change it will go to a specific scene the developer will determine later. -
ToastKitten Examples from 2010-11
by ToastKitten ·-Constrain to circle example -
How to constrain an actors position to other actors
-
How to constrain an actors position to other actors
-
Self Generating Map Help
by Asobu_Games ·For the character jumping you just need to make sure they 'collide' with the road (or with an invisible hit box on the road) so they don't fall through the road and off the screen. Then set up a rule -
Dragging an actor
by jonmulcahy ·(Quote) -
Problems with High Score Saving
by dimps620 ·I think I have everything coded right. I'm tracking a lot of variables and the high score attribute was giving me problems between different scenes. I spent a couple hours trying to figuring that out. -
Spawn Actor (Finished)
by ORBZ ·change attribute game.spawnCount = game.spawnCount + 1 -
Dragging an actor
by guilleface ·constrain self.position-x to device.mouse.position.x -
Dragging an actor
by StormyStudio ·behavior : constrain -
HELP with counting number of lives (finished)
by Mathiashelseth99 ·(Quote) -
HELP with counting number of lives (finished)
by Mathiashelseth99 ·I(Quote) -
HELP with counting number of lives (finished)
by jonmulcahy ·create a local boolean attribute called 'hitWall' or something -
HELP with counting number of lives (finished)
by Fajlajp ·Change attribute game.lives to game.lives-1 -
How to constrain an actors position to other actors
by -Timo- ·make 2 real attribute and call them x scope and y scope -
How to constrain an actors position to other actors
-
How to constrain an actors position to other actors
by -Timo- ·make 2 real attribute and call them x scope and y scope -
How to constrain an actors position to other actors
by -Timo- ·constrain his x and y position to the scope -
Sniper app
by -Timo- ·put a actor in the middle of your scope and say if collide with 'head actor' do change attribute ' destroy' to true. and say in the head of actor if 'destroy' is true do destroy (and change 'destroy'