Problem with actor getting stuck in the side of the scene.
sl-images
Member Posts: 44
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 ??
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
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