You'd need to create the actors and place them in a separate layer than your other actors. Make sure "Scrollable" is not checked.
Or you could put it into the scrollable layer, unlock the scene attributes (double click the actor) and enter the following:-Constrain attribute self.position.x to currentscene.camera.origin.x--Constrain attribute self.position.y to currentscene.camera.origin.y
https://dl.dropbox.com/s/pn32es4vum1p9sj/MiddleSceneConstrain.zip?token_hash=AAGYmEFdJ1_nS7lAwp7b9Agzj7LsRPr-ieoSl37-5AIuog&dl=1Edit: For the mods: Sorry should have just edited my other post.
Comments
-Constrain attribute self.position.x to currentscene.camera.origin.x
--Constrain attribute self.position.y to currentscene.camera.origin.y
It works but it throws my actor to the bottom right hang corner of the screen
Edit: For the mods: Sorry should have just edited my other post.