Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
if (spriteCursor.CollidesWith(&spriteButton, true)) { WPAD_Rumble(0,1); i++; if (i > 10) WPAD_Rumble(0,0); } if (spriteCursor.CollidesWith(&spriteButton, true) == false) i = 0;
From the Design Piracy series on my blog: