I have some image buttons (png with alpha) in my project. When I run it in graphics 2.0 mode the touch events doesn’t working.
also Corona sample project (\Sample Code\Interface\ButtonEvents) does not working
Tried 2100 and 2146 builds
I have some image buttons (png with alpha) in my project. When I run it in graphics 2.0 mode the touch events doesn’t working.
also Corona sample project (\Sample Code\Interface\ButtonEvents) does not working
Tried 2100 and 2146 builds
excuse me, there is a bug in my project
it works in graphicsCompatibility = 1 properly
but in graphics 2.0 the buttons that placed higher than half of sreen become untouchable
found that Director class doesn’t work properly in graphics 2.0 mode
I had the same issue with Director Class after switching to Graphics 2.0. Touch events in the upper right quadrant of the screen weren’t working. I found that the solution was to comment out all 3 of these lines in the Director module:
bookBackground:addEventListener( “touch”, moveBookPage )
Not sure how that affects Director’s “book” functionality, but I don’t use that feature anyway.
Thanks you so much, this worked !
Thanks a lot!
I was stumped as to why touch events were off…
I haven’t looked at director since storyboard but sounds like what needs to be done is reposition the bookBackground object so it covers the entire screen
excuse me, there is a bug in my project
it works in graphicsCompatibility = 1 properly
but in graphics 2.0 the buttons that placed higher than half of sreen become untouchable
found that Director class doesn’t work properly in graphics 2.0 mode
I had the same issue with Director Class after switching to Graphics 2.0. Touch events in the upper right quadrant of the screen weren’t working. I found that the solution was to comment out all 3 of these lines in the Director module:
bookBackground:addEventListener( “touch”, moveBookPage )
Not sure how that affects Director’s “book” functionality, but I don’t use that feature anyway.
Thanks you so much, this worked !
Thanks a lot!
I was stumped as to why touch events were off…
I haven’t looked at director since storyboard but sounds like what needs to be done is reposition the bookBackground object so it covers the entire screen