Sorry for not replying but I'm not home atm, and I won't be for next two months so I can't send you that demo ; /
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
But now I have another issue... Over a month ago I made event based day and night system and it worked perfectly until today - can it be caused by evented title screen? I mean, I haven't changed day&night system at all so it seems like something causes it to crash (it also works when copied to empty project). Here is a demo:
I've been trying that but I typed it wrong (Input.press?(Key::UP) for some reason... RESOLVED
Quote from: KK20 on May 30, 2013, 03:56:22 pm
Then, under the method #draw to find
# remove this icon
self.bitmap.fill_rect(32*(i-1), 0, 32, 32, Color.new(0, 0, 0, 0))
And you can comment that line out.