Construct 3 r336

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • When you call a function, you will have to pass a parameter to filter between all the sprites and choose the clicked one. Like for example passing the UID to select inside the function the clicked sprite. If you don't pass the parameter, the action is applied to all the instances of that sprite. Using the custom action, seems to avoid that hassle, that's quite a nice touch in the code.