Search found 10 matches

by hanako
Mon Aug 09, 2010 11:57 pm
Forum: Ideas
Topic: Fantasia: Grand Finale [Hiatus]
Replies: 930
Views: 145057

Re: Fantasia: Grand Finale (GXB, VN+RPG) DEMO 1ST PAGE BUG F

It'll happen right after "but you'll never be alone..." when Shea's sprite is about to appear.

EDIT
I uploaded some pics so you can see exactly where the error is.
by hanako
Mon Aug 09, 2010 2:17 pm
Forum: Ideas
Topic: Fantasia: Grand Finale [Hiatus]
Replies: 930
Views: 145057

Re: Fantasia: Grand Finale (GXB, VN+RPG) DEMO 1ST PAGE BUG F

Azure...the new script.rpy that was posted does fix the 2.jpg error, yes, but just thought I'd mention another error pops up basically right after it: I'm sorry, but an exception occured while executing your Ren'Py script. Exception: Switch could not choose a displayable. While running game code: - ...
by hanako
Thu Jul 29, 2010 7:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to position an imagemap?
Replies: 6
Views: 1099

Re: Is there a way to position an imagemap?

No I wasn't...just updated it now from ver. 6.10.2e. It no longer shows that error! Although...I've got another error, this time it's: On line 57 of C:\Imagemap/game/script.rpy: Expected screen language statement. jump open_door ^ My script: screen my_imagemap: imagemap: auto "imagemap_%s.png&q...
by hanako
Thu Jul 29, 2010 4:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to position an imagemap?
Replies: 6
Views: 1099

Re: Is there a way to position an imagemap?

Hmm...still getting the error. There's just something about that first line it doesn't like... (but the good news is that the other error isn't popping up anymore!)
by hanako
Thu Jul 29, 2010 3:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to position an imagemap?
Replies: 6
Views: 1099

Re: Is there a way to position an imagemap?

I must be doing something wrong... I keep getting expected statement errors: I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. On line 18 of C:\Imagemap/game/script.rpy: expected statement. screen my_imagemap: ^ On line 19 of C:\Imagemap/game/...
by hanako
Thu Jul 29, 2010 12:42 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to position an imagemap?
Replies: 6
Views: 1099

Is there a way to position an imagemap?

Like to center it or something...mine keeps on appearing at the left side of the screen. If not, can you define a position for an image in the init? For example, image [name] = "[file name]", [posx], [posy]? Is there such a thing?
by hanako
Wed Jul 14, 2010 10:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Zooming in on a image with panning.....disable clicking?
Replies: 2
Views: 514

Re: Zooming in on a image with panning.....disable clicking?

Still wanting to know if you can disable clicking in a scene until the music/sound is finished playing...
by hanako
Wed Jul 14, 2010 9:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Coordinates
Replies: 2
Views: 346

Re: Coordinates

Haha, I didn't know it was that simple. Thank you so much!
by hanako
Wed Jul 14, 2010 9:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Coordinates
Replies: 2
Views: 346

Coordinates

Is there a easy way to figure out the coordinates? Like integer? I haven't been able to find an easy explanation on this.
by hanako
Wed Jul 14, 2010 2:30 pm
Forum: Ren'Py Questions and Announcements
Topic: Zooming in on a image with panning.....disable clicking?
Replies: 2
Views: 514

Zooming in on a image with panning.....disable clicking?

I've tried every possible means... but I cannot seem to get it to pan from the bottom right corner to the top left corner while zooming in on a part of the image up to another part of it, after it's done that I then wanted it to zoom out and reveal the full cg image...is it even possible to do that?...