You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
Hello, i want to grab an object, which is a button, i putted this object in a group which i created 3 buttons.
Now, how should i register the click?, ps: if possible in the same class of the button so i dont get to fill the playstate
SruloArt
unread,
Sep 15, 2015, 3:22:48 PM9/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
* What do you mean by "register the clicks"? If you want to add mouse events to an object, look at this demo: http://haxeflixel.com/demos/MouseEventManager/ * Your object's being within a FlxGroup doesn't make much of a difference. * You can use it from wherever you want.