The code for the published "Ladybug Launch" (4998) keeps hitting an "undefined variable - band" error. Suggested fix is change line 11 to band=line(0,0,0,0). Also change lines 43-44 to slow the ladybug stamp down a bit, otherwise it will just hit the coin without making it pop. So change line 43 to newx=bug.x+xspeed/8. And change line 44 to newy=bug.y+yspeed/4
The code for the published "Ladybug Launch" (4998) keeps hitting an "undefined variable - band" error. Suggested fix is change line 11 to band=line(0,0,0,0). Also change lines 43-44 to slow the ladybug stamp down a bit, otherwise it will just hit the coin without making it pop. So change line 43 to newx=bug.x+xspeed/8. And change line 44 to newy=bug.y+yspeed/4