Problem with actor getting stuck in the side of the scene.

sl-imagessl-images Member Posts: 44
edited November -1 in Working with GS (Mac)
my actor keep getting stuck when it hits the side of the scene im using touch controls

ie. touch left botton player moves left
touch right button player moves right

when hes stuck i found that if you hit the button of the side hes stuck on and then the opposite button it releases him, but is not ideal i dont want to release the app with this happening

any ideas what might be causing this ??

Comments

  • MotherHooseMotherHoose Member Posts: 2,456
    are there walls at the side of the screen?

    Weird because my moving actors will go right out of sight ...

    are you using gameAttribute to control direction?
    (much simplert if you just use the button to control the actor... via clicking on button on scene; unlocking;
    Create a Rule when touch is pressed
    --changeAttribute CurrentScene> layers>> the moving actor's X position)

    MH
Sign In or Register to comment.