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
Is there a way to do this? So that when the image is tapped or clicked it goes to another layout
yes - something like :
on sprite clicked -- system goto layout
Yes but I cannot find the option for 'on sprite clicked'
Develop games in your browser. Powerful, performant & highly capable.
have you added mouse or touch ?
add event -- mouse on object clicked
or
add event -- touch on object touched
(only from memory the terminology might be slightly different)
Thank you that worked!