Make Your Own Mobile Game In 60 Minutes, Part 5 of 6
Loading...
939
views
Loading...
Uploader Comments (TheChromaClub)
see all
All Comments (4)
-
How would you make it so the banana disappears when it hits the ground?
Loading...
add this elseif statement after the if statement that checks if the event.other.myName == 'monkey'
elseif(event.other.myName == 'ground') then
self.isVisible = false
self:removeSelf()
TheChromaClub 1 week ago