Prevent actors from destroying when out of screen
clocktower360
Member Posts: 1
In GameSalad, actors destroy or disappear when it went out of the screen.
But I want to stop it because one of my actor has to go out the screen and come back.
I know that changing the size of scene is valid, but I already made the project size 480*320 and put many actors on it.
Although if I change this size, the left and bottom side of the scene is still blank.
Do you know the ways to help me with either problems?
Please tell me.
I do not often use English, so my English might be wrong.
But I want to stop it because one of my actor has to go out the screen and come back.
I know that changing the size of scene is valid, but I already made the project size 480*320 and put many actors on it.
Although if I change this size, the left and bottom side of the scene is still blank.
Do you know the ways to help me with either problems?
Please tell me.
I do not often use English, so my English might be wrong.
Answers
1. Stop the actors (e.g. self.motion.linear velocity.X/Y=0) off-screen
2. Make the scene larger and move the visible content to the center of the scene size and then adjust the camera origin so it's "looking" at the new center.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
- Thomas
So, you can't really stop disappearing.
I will try making the scene larger and move actors to the middle.