Closed samueldr closed 10 years ago
When doing:
movieclips:removeChild(aMovieClip.entity)
I get:
Error: Can't return an entity in LuaHelper::getEntityFromLuaEntity.
Though, using:
movieclips:removeChild(aMovieClip)
Is perfectly cromulent with BaconBox.
In the example aMovieClip is a LuaEntity and the aMovieClip.entity field is a MovieClipEntity UserData
When doing:
I get:
Though, using:
Is perfectly cromulent with BaconBox.