Jump to content

Click / Tap function for multiple sprites? (SOLVED)


Ninjadoodle
 Share

Recommended Posts

Hi guys

 

Coming from Flash, I'm used to writing a function and then adding an Event Listener to a sprite.

 

I understand how to make a sprite that responds to clicks/taps in Panda ...

 

ninja.click = ninja.tap = function() {

// do something

}

ninja.interactive = true;

 

But, what if I have 20 ninjas and want them all to use the same function and don't want to rewrite it 20x?

 

Is there a different way to attach a click/tap function to a sprite?

 

Thank you in advance for any help :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...