2 actions on one image

Is it possible to have 2 actions on one image in zap works studio?

I would like to transition to a new scene and also have a sound effect play?

thanks

1 Like

Hello @mark.quinn,

Yes, it’s possible.

symbol.nodes.Plane.on("pointerup", ()=>{
      //action one
      //action two
}); 

All you have to do is put into the block of your image event, what you want to execute at the same time.

att, Higão.

2 Likes

thank you, is it possible to do this in zap works designer as well do you know?