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!