Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Hi guys.
How can I put the "start up animation" (for ex. I have a small cartoon made on flash, which should appear before the game or new layout starts.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
do something like this :
event:
condition : system : on start of layout
action : object : visible
while your object is invisible (you can change it from object properties)
do something like this : event: condition : system : on start of layout action : object : visible while your object is invisible (you can change it from object properties)
But how can I upload my animation to scirra? Split my flash animation by frames and then add it as sprite?
if you mean upload your animation to construct2 yes with sprite object with frames.
Thanks! <img src="smileys/smiley20.gif" border="0" align="middle" />