Search found 7 matches

by Craftyladynow
Sun Apr 08, 2012 7:14 pm
Forum: Completed Games
Topic: Leave the Room [puzzle][escape]
Replies: 16
Views: 10674

Re: Leave the Room [puzzle][escape]

I really liked the light puzzles. If it isn't too much of an imposition I would like a tutorial on how that is made.
by Craftyladynow
Wed Oct 28, 2009 2:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Showing an image while game is busy
Replies: 3
Views: 597

Re: Showing an image while game is busy

Thank you that worked. It wasn't an obscene amount of time or anything. Just a few seconds and if the gamer was impatient it would skip a few scenes. It has 3500 lines to read before it can jump to the next scene.
by Craftyladynow
Tue Oct 27, 2009 11:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Showing an image while game is busy
Replies: 3
Views: 597

Showing an image while game is busy

I have a screeen that shows class courses and the available times. The user picks the times they want to go to school and hits the done button. At that point renpy checks to see if a time for all classes has been picked, Then it makes sure that two classes were not picked at the same time. Then it a...
by Craftyladynow
Wed Oct 21, 2009 12:51 pm
Forum: Ren'Py Questions and Announcements
Topic: checking periods for events?
Replies: 11
Views: 1566

Re: checking periods for events?

I don't know how much this will help you and I'm sure there is a better way since I am using an enomorous amount of variables. I decided to have 48 periods each day and a class might span 2-5 periods. In my game some classes are on mondays but not tuesdays. So I have monday_period1 through Friday_pe...
by Craftyladynow
Fri Oct 16, 2009 3:47 am
Forum: Ren'Py Questions and Announcements
Topic: checking periods for events?
Replies: 11
Views: 1566

Re: checking periods for events?

Yes please JinzouTamashi that would be wonderful. Raindancing Raccoon our games sound similiar. See I'm a freak and my favorite part of college was picking my classes. (Not going to the bar or partying or anything) I even picked classes to go to for an entire year after I left college. Now I want to...
by Craftyladynow
Sat Aug 08, 2009 2:49 am
Forum: Ren'Py Questions and Announcements
Topic: checking periods for events?
Replies: 11
Views: 1566

Re: checking periods for events?

Thank you for the reply.

I think this game has become far more complicated than I originally thought. (And this was supposed to be the short easy game.) :wink:
by Craftyladynow
Wed Aug 05, 2009 4:19 pm
Forum: Ren'Py Questions and Announcements
Topic: checking periods for events?
Replies: 11
Views: 1566

checking periods for events?

In my game the user will be able to pick the class they want to take and the time. Classes start on the hour and the half hour. I'm starting small 8) so my game only lasts for five days. But a class could either be on MWF or TR. I figure that for each day I would need 48 periods. Period 1 would be a...