Hello (I guess this is aimed mainly at Paul)
I've noticed a new bug in the latest version of the AppGameKit IDE. Hard to describe but I'll do my best.....
So I have a line I'm typing out - very standard line of code:
StevenImg = LoadImage("\media\Sprite Sheets\FluffyKnuckles_Steven.png")
But as I'm typing it - seemingly because there is a SPACE character in the filename - as soon as I get the the 'l' character in 'FluffyKnuckles' the IDE jumps to a new line. It then continues to jump to a new line each time I type another character, as if it only happens after a certain line length on a line which contains a space character in a filename...
REALLY hard to describe this sorry... If you copy/paste that line of code into a text document, then start manually typing it out in your IDE you'll see what I mean.