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
In the video it shows you what happens when I release the button.
[The thruster animation detaches and sits there instead of (fading) or (destroying)]
How do I fix this
Develop games in your browser. Powerful, performant & highly capable.
Dont see anything in your code that tells it to begin fade???
Can you upload the capx this looks like a pretty easy fix
You've buried the release triggers under "A is down". If A isn't down, they'll never get called. Move them to the top.
Thank you for taking the time out to help me.
ok now it destroys but when I press the key it does not appear again
That's because you destroyed it! You should just set it to invisible, and then when a key is down, set it to visible again.
:) That's because you destroyed it! You should just set it to invisible, and then when a key is down, set it to visible again.
thank you it works!