Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local group = self.view
- local groupHitBoxes = display.newGroup()
- local Well_DropItem = display.newRect(0, 0, 60, 60)
- groupHitBoxes:insert (Well_DropItem)
- Well_DropItem:setFillColor(0xFF, 0x00, 0x00)
- Well_DropItem.x, Well_DropItem.y = 276, 212
- group:insert(groupHitBoxes)
- -- None of these below see, to affect, the just return nil/
- --Well_DropItem.isVisible = false
- --group.Well_DropItem.isVisible = false
- --group.groupHitBoxes.Well_DropItem = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement