Search found 9 matches

by Hyenan
Sun Feb 04, 2007 1:04 pm
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

OH YAY it worked!! thank you so much~ I'd like to kiss you but I can't. so. uh. CYBERHUG *glomp* If you're female, I accept. If you're a guy, you'll have to make do with a cyber-handshake. You should consider what I said about 640x480 versus 600x450. Anyway, resolving this clears the path for 5.6.7...
by Hyenan
Sun Feb 04, 2007 12:40 pm
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

PyTom wrote:Try deleting yourgame/saves/persistent. If that doesn't work, zip up your game and send it to me (pytom@bishoujo.us), and I'll take a closer look.
OH YAY it worked!!
thank you so much~ I'd like to kiss you but I can't. so. uh. CYBERHUG *glomp*
by Hyenan
Sun Feb 04, 2007 12:32 pm
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

I changed the resolution to 800x600 and tried again but... It just won't work. ;_;

even if you write the "with" on it's own row.
by Hyenan
Sun Feb 04, 2007 12:06 pm
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

PyTom wrote:What version of Ren'Py are you using?
Ren'py 5.6.6

;_;
by Hyenan
Sun Feb 04, 2007 11:40 am
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

not even the transitions in options.rpy that should show when entering and exiting the main menu works. config.enter_transition = dissolve config.exit_transition = dissolve .. maybe I've managed to turn transitions off?? I strongly believe its got something to do with the fact I re-sized the window...
by Hyenan
Sun Feb 04, 2007 11:21 am
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

not even the transitions in options.rpy that should show when entering and exiting the main menu works.

Code: Select all

        config.enter_transition = dissolve
        config.exit_transition = dissolve
.. maybe I've managed to turn transitions off??
by Hyenan
Sun Feb 04, 2007 11:07 am
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

Jake wrote:
Hyenan wrote:the images show up, but no transition.. I am doing something wrong, but what >_<
Is it just the 'show image' which isn't getting the transition, or is the transition on the BG not happening either?
no transition at all
by Hyenan
Sun Feb 04, 2007 10:17 am
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

Yeah, I just forgot the spaces in the post above, sorry-
but but but it won't work ;_;

it looks like this.

Code: Select all

label start:
    
    scene <bg> with <transition>
    show <image>
the images show up, but no transition.. I am doing something wrong, but what >_<
by Hyenan
Sun Feb 04, 2007 9:44 am
Forum: Creator Discussion
Topic: Image transitions
Replies: 16
Views: 3721

Image transitions

Hi.. this is probably a very dumb question, but it seems image transitions just won't work >_>; label start: scene <bg> with <transition> show <image> isn't that correct...? Images show up. but with no transition. the images are fit to the screen size.. 600x450, character images=300x450 - background...