Search found 9 matches

by rainseed
Fri Jun 21, 2013 9:53 am
Forum: Ren'Py Cookbook
Topic: Getting started and "common" mistakes in Renpy
Replies: 10
Views: 19210

Re: Getting started and "common" mistakes in Renpy

Thank you, everyone's been wonderfully helpful :)
by rainseed
Thu Jun 20, 2013 11:18 am
Forum: Ren'Py Questions and Announcements
Topic: Problem with images: Solved
Replies: 2
Views: 404

Problem with images: Solved

Hello, I successfully used Renpy two years ago prior to a lot of updates and am now having a common user issue when attempting to jump back in. Where within the filepaths do we need to place the images for projects for them to be correctly used and identified? Here's my code: image loadscreen = &qu...
by rainseed
Thu Jun 20, 2013 11:14 am
Forum: Ren'Py Cookbook
Topic: Getting started and "common" mistakes in Renpy
Replies: 10
Views: 19210

Re: Getting started and "common" mistakes in Renpy

Hello, I successfully used Renpy two years ago prior to a lot of updates and am now having a common user issue when attempting to jump back in. Where within the filepaths do we need to place the images for projects for them to be correctly used and identified? Here's my code: image loadscreen = &qu...
by rainseed
Mon Sep 19, 2011 4:49 am
Forum: Ren'Py Questions and Announcements
Topic: Menu hotspots and image mapping error need assistance!
Replies: 4
Views: 907

Re: Menu hotspots and image mapping error need assistance!

Thank you so much, boy little things like that I always miss (and it sure makes me feel silly), I'm glad it was so easily fixed and especially with such speed! You truly are an amazing and wonderful, thank you so much!!!
by rainseed
Mon Sep 19, 2011 4:36 am
Forum: Ren'Py Questions and Announcements
Topic: Menu hotspots and image mapping error need assistance!
Replies: 4
Views: 907

Re: Menu hotspots and image mapping error need assistance!

Thank you so much, ironically I just found your post on that on another topic in lemmasoft; you're so great! The only problem now is that it can't find the start or load label, all of the other ones work. Here's the error code that comes up in the java script for when you press start: I'm sorry, but...
by rainseed
Mon Sep 19, 2011 4:25 am
Forum: Ren'Py Questions and Announcements
Topic: Menu hotspots and image mapping error need assistance!
Replies: 4
Views: 907

Menu hotspots and image mapping error need assistance!

While executing a menu function I got an image map error; I'm still very new, so can anyone tell me what to do? Here's the code: init -2 python: layout.imagemap_main_menu("menu1.png", "menuhover.png", [ (790, 95, 815, 120, "Start") (790, 130, 815, 155, "Load")...
by rainseed
Mon Aug 08, 2011 9:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Movie not displaying upon execution
Replies: 2
Views: 576

Re: Movie not displaying upon execution

http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=11344&hilit=movie This might help. Thank you for attempting but I need to be able to use the file type I have already created, I uploaded it to youtube already but it seems on your referred thread that a solution has yet to be reached on ...
by rainseed
Mon Aug 08, 2011 10:57 am
Forum: Ren'Py Questions and Announcements
Topic: Movie not displaying upon execution
Replies: 2
Views: 576

Movie not displaying upon execution

I am having a similar problem just as everyone else is in regards to the video not displaying I execute the file in renpy, the audio can be heard from the video but all I can see is the background for the next sequence. I am using Renpy 6.12.1.1520 with an avi file that does have audio attached. How...