Search found 13 matches

by WildFLOWER
Mon Aug 20, 2012 8:53 am
Forum: Ren'Py Questions and Announcements
Topic: How to change the side image?
Replies: 5
Views: 620

Re: How to change the side image?

Well, at first glance, the first mistake I see is that when you defined the character, you gave her the tag 'arietta' (one r) and then in the images you wrote 'arrietta' (two rr), I'll check if there's anything else to fix :P EDIT: I tried it and just writing the tag correctly was enough to make it...
by WildFLOWER
Mon Aug 20, 2012 7:16 am
Forum: Ren'Py Questions and Announcements
Topic: How to change the side image?
Replies: 5
Views: 620

Re: How to change the side image?

You can do that, here's a little sample define e = Character('Eileen', color="#c8ffc8", window_left_padding = 200, image="eileen") image side eileen happy = "e_happy.png" image side eileen sad = "e_sad.png" label start: e "No side image." e happy &q...
by WildFLOWER
Mon Aug 20, 2012 2:59 am
Forum: Ren'Py Questions and Announcements
Topic: How to change the side image?
Replies: 5
Views: 620

Re: How to change the side image?

You can do that, here's a little sample define e = Character('Eileen', color="#c8ffc8", window_left_padding = 200, image="eileen") image side eileen happy = "e_happy.png" image side eileen sad = "e_sad.png" label start: e "No side image." e happy &q...
by WildFLOWER
Mon Aug 20, 2012 12:41 am
Forum: Ren'Py Questions and Announcements
Topic: How to change the side image?
Replies: 5
Views: 620

How to change the side image?

I know that when you make a script, you can add a side image for a specific character. The question is; how would I go about it if I wanted to change the side image as if I wanted to change the character's expression? Would I need to define a whole new character for it or there an easier way?
by WildFLOWER
Wed Aug 15, 2012 9:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu Options?
Replies: 5
Views: 797

Re: Menu Options?

apricotorange wrote:
it says that "else:" is a 'expected statement'?
That probably means you messed up your indentation; would need to see the exact code to say more.
Okay, thank you ^^
by WildFLOWER
Tue Aug 14, 2012 10:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu Options?
Replies: 5
Views: 797

Re: Menu Options?

As a style issue, it's usually bad form to compare a variable to True. At least in the Python world, it's considered more stylistically correct to write: if persistent.extrasunlocked: *Insert imagebutton here* else: text "This is locked" Thank you~ Although I'm having a bit of trouble wit...
by WildFLOWER
Tue Aug 14, 2012 2:42 am
Forum: Ren'Py Questions and Announcements
Topic: Menu Options?
Replies: 5
Views: 797

Menu Options?

On some games I've seen it where you have an extras menu and regularly you need to complete a main part of the story to get an option open in the extras menu. My main question is that how do you connect it to the main story that after the user has seen a certain part of dialogue that they can unlock...
by WildFLOWER
Thu Jul 12, 2012 7:55 pm
Forum: Completed Games
Topic: Dance With Me In Wonderland
Replies: 14
Views: 8474

Re: Dance With Me In Wonderland

VocaloidsRCool wrote:This is really good. Great work!
Thanks very much ^^
by WildFLOWER
Thu Jul 12, 2012 3:03 pm
Forum: Completed Games
Topic: Dance With Me In Wonderland
Replies: 14
Views: 8474

Re: Dance With Me In Wonderland

I've just finished the game. I was about to comment earlier in the afternoon but suddenly asked to go to the embassy to do some stuff.:(.. But here it is... The idea of the story was original and quite interesting. I love the title. It was too short though. There was plenty of room for development....
by WildFLOWER
Wed Jul 11, 2012 10:39 pm
Forum: Completed Games
Topic: Dance With Me In Wonderland
Replies: 14
Views: 8474

Re: Dance With Me In Wonderland

qyrnth wrote:congrats for finishing your first game~wish someday i'll make one too...i'm downloading this...will give you opinion later..:D...
Thank you c: You really should c: It's fun c:
by WildFLOWER
Wed Jul 11, 2012 9:57 pm
Forum: Completed Games
Topic: Dance With Me In Wonderland
Replies: 14
Views: 8474

Re: Dance With Me In Wonderland

miaverana wrote:
WildFLOWER wrote:
miaverana wrote:Welcome to the forum and congratulation for completed your first game~ ^w^
Thank you very much on both accounts! ^^
You're welcome, I'm downloading your game and I'll give you some feed back later :D.
Thank you ^^
by WildFLOWER
Wed Jul 11, 2012 9:48 pm
Forum: Completed Games
Topic: Dance With Me In Wonderland
Replies: 14
Views: 8474

Re: Dance With Me In Wonderland

miaverana wrote:Welcome to the forum and congratulation for completed your first game~ ^w^
Thank you very much on both accounts! ^^
by WildFLOWER
Wed Jul 11, 2012 9:42 pm
Forum: Completed Games
Topic: Dance With Me In Wonderland
Replies: 14
Views: 8474

Dance With Me In Wonderland

This is my first Ren'py game! ^^ It took about a week to finish. It's really short though considering it's my first one. ^^ Statistics: The game contains 342 screens of dialogue. These screens contain a total of 2,339 words, for an average of 6.8 words per screen. The game contains 1 menus. There ar...