Hi there!
I would like to know if the following is a bug and whether it is already known.
- create a collection
- the collection create a go with a script
- the script has something like the following
if message_id == hash(“jump_”) then
go.animate(id, “position.x”, go.PLAYBACK_ONCE_FORWARD, x, go.EASING_LINEAR, 0.5, 0.0,
function() msg.post(".", “jump_”, {index = i}) end)
end - destroy the collection
- GOTO 1.
In each cycle the Lua Refs count increases by 1. If I remove the msg.post function inside the go.animate the Lua Refs does NOT increase and everything is fine.
Thank you for any advice!
Ciao, Rocco.