Tagged Questions
0
votes
1answer
246 views
Getting touch events when objects have an alpha of 0 In Corona SDK
If I wanted to have an invisible box, for example, how could I get touch events if it has an alpha of 0? Or is there another way to make an invisible box.
local function invisiblebuttontouch(event)
...
0
votes
1answer
252 views
RemoveEventListener is not working after removing the parent view
I have implemented a function with that i have added a view with the some button as well as added Eventlistener .
with the button listener i transitioned to another view and removed the last view ...
0
votes
0answers
59 views
How do i implement a pivot joint onto a crate that is being looped?
I am looping a crate. Whenever the crate is touched it is suppose to create a pivot joint that connects the touched crate and another object. Currently whenever the crate is touched it connects to all ...
1
vote
2answers
240 views
coronasdk leaving image area event
How can i use events to find out when a finger leaves the area of an image? For example, when you unlock an iphone, but move your finger too far from the slider(after touching and moving it a little - ...