Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
ok here is my problem
when my space ship is destroyed
the camera ( green screen )
go all the way up to the left
i want it to stay in place
but it follow the player ship
http://kiugetski.com/space
http://twitch.tv/kiugetski
You need to add conditions that it only follows the player ship if the playership.count is greater than 0
I guess it's going to coordinate 0,0 because the ship isn't there anymore - but you're still trying to follow the ship.
~Sol
Don't destroy the ship. After the ship is "destroyed", play a blank animation.
Develop games in your browser. Powerful, performant & highly capable.
Or this.
Or set invisible, or set opacity to 0 and disable collisions... many ways this can be done also.
ok ty
but made a variable instead due to collison bug dosent seem to end it