Hi,
1st things 1st, director is great! I use it all the time.
The 1.3 update is really useful (I’m loving the variable passing!), however…
Cmote an excellent 3rd party tool that allows me to send touch events from my idevice to cororna, which was working fine with director 1.2, can no longer send touches to an object that has been inserted into localGroup.
If you remove the insert the touches are recieved as expected.
for example in the director 1.3 main.lua
--include cmote.lua
cmote = require("cmote")
-- change bt01t function to this
local bt01t = function ( event )
print("touched!!!")
director:changeScene( "screen2", "moveFromLeft" )
end
--comment out this line
--localGroup:insert( bt01 )
Anyone else tested this, observed this behaviour, know of a fix?
This is a real problem for me, as I do not develop on a mac, and cmote is an essential app (as is director) to be able to test multitouch etc…
[import]uid: 50154 topic_id: 12234 reply_id: 312234[/import]