Hi everyone.
Is it possible to make an invisible button that responds to event listeners?
I am trying:
rowOneButton = display.newRect(300,800,390,185)
rowOneButton.alpha = 0
rowOneButton:addEventListener(“tap”, taprow)
…and it doesn’t work unless alpha is 100.
I’m not sure I’m going about it the right way. I could export a graphic and overlay it using the Photoshop export tool, but I figure it’s easier to have the button as part of the background image and then make an invisible one.
Appreciate it!
Greg [import]uid: 26664 topic_id: 5944 reply_id: 305944[/import]
[import]uid: 26664 topic_id: 5944 reply_id: 20404[/import]