I was doing green MyClara, and I wanted The ladybug to move and count leaves being stepped on top of. Once it's in front of a tree, it shows the total of leaves being stepped on. How do you do that?
/*World subclass name*/ world = (/*World subclass name*/)getWorld(); world.leavesEaten++;
leavesEaten = leavesEaten + 1; leavesEaten += 1; leavesEaten++;