Search found 465 matches

by akemicchi
Sat Jan 24, 2015 2:06 am
Forum: Ren'Py Questions and Announcements
Topic: Resetting a bar's value
Replies: 5
Views: 1028

Resetting a bar's value

So I want something like A Dark Room... http://adarkroom.doublespeakgames.com/ There's a button on screen. If the player clicks it, a bar appears and takes x amount of time to fill up. When the bar is full, something happens and the bar disappears. I want multiple buttons on the screen. The player c...
by akemicchi
Thu Jan 22, 2015 4:50 am
Forum: Ren'Py Questions and Announcements
Topic: script menu items won't run
Replies: 4
Views: 870

Re: script menu items won't run

It means exactly what it says: you can't have an empty block following a menu item. I think you might just be having trouble with indentation; I don't know unless you post your code. xD General format for menus are as follows: menu: "Choice.": # Make sure to follow with a ":" and...
by akemicchi
Thu Jan 22, 2015 4:36 am
Forum: Ren'Py Questions and Announcements
Topic: ATL and Buttons--event based on variable change? [SOLVED]
Replies: 3
Views: 976

Re: ATL and Buttons--creating an event based on variable cha

You can use the function statement. From the documentation: If the function returns a number, it will be called again after that number of seconds has elapsed. (0 seconds means to call the function as soon as possible.) If the function returns None, control will pass to the next ATL statement . tran...
by akemicchi
Thu Jan 22, 2015 1:51 am
Forum: Ren'Py Questions and Announcements
Topic: script menu items won't run
Replies: 4
Views: 870

Re: script menu items won't run

You'll want to post any code using the code tag. [ code ] Code here. [/ code ] You need a ":" right after all the menu items. label start: "Choose your hero" menu: "Mike": jump mike "Harmony": jump harmony "Tyler": jump tyler Keep in mind the indenta...
by akemicchi
Wed Jan 21, 2015 10:02 pm
Forum: Ideas
Topic: Theo [working on alpha v.2]
Replies: 32
Views: 9963

Re: Theo [working on alpha v.2]

Good luck, man! \o/ Can't wait for the alpha release!!
by akemicchi
Wed Jan 21, 2015 10:01 pm
Forum: Ideas
Topic: Panaderia Ensaimada[Friendship][Slight BxB][Baking][Comedy]
Replies: 15
Views: 3092

Re: Panaderia Ensaimada[Friendship][Slight BxB][Baking][Come

Hahaha, while I'd love to delve really deep into world building like the political stances of a kingdom of bread and the implications of a foreign/commoner king, I don't think I'll be able to do it well given the game's scale. I don't think I have enough characters to make it work in a meaningful wa...
by akemicchi
Wed Jan 21, 2015 9:20 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) How to make a combined cropmove and fade transform?
Replies: 9
Views: 2679

Re: How to make a combined cropmove and fade transform?

The problem with that is Ren'Py will finish whatever its doing before moving onto the next line. There IS the parallel statement for ATL which will let you execute multiple ATL blocks at the same time, but ImageDissolve only takes image files or image manipulators so you can't define an image with f...
by akemicchi
Wed Jan 21, 2015 7:18 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) How to make a combined cropmove and fade transform?
Replies: 9
Views: 2679

Re: How to make a combined cropmove and fade transform?

I'm still pretty new to ATL so maybe there's a better way to do this, but what about this? define gradient = ImageDissolve("triple_claws2.PNG", 1.0) # The transition. image triple_claws: "triple_claws1.PNG" # The image. on show: # When 'show image' is used... alpha 1.0 # Start ou...
by akemicchi
Tue Jan 20, 2015 9:31 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) How to make a combined cropmove and fade transform?
Replies: 9
Views: 2679

Re: How to make a combined cropmove and fade transform?

No problem! define gradient = ImageDissolve("GradientTest.PNG", 1.0) # Define the transition with the image and time. It will last 1 second. label start: show claws with wipeleft with Pause(0.5) hide claws with gradient # Use it with 'with' As it states in the documentation: The control im...
by akemicchi
Tue Jan 20, 2015 5:19 pm
Forum: Ideas
Topic: Panaderia Ensaimada[Friendship][Slight BxB][Baking][Comedy]
Replies: 15
Views: 3092

Re: Panaderia Ensaimada[Friendship][Slight BxB][Baking][Come

@ Googaboga Googaboga! Thank you! Hopefully it'll be entertaining; I'm putting a lot more work in the gameplay than everything else, hahaha! @ Shaples Thank you! Hopefully it'll be fun to play! (Though I should probably base their personalities off the food they're influenced by, but then everyone w...
by akemicchi
Tue Jan 20, 2015 4:05 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) How to make a combined cropmove and fade transform?
Replies: 9
Views: 2679

Re: How to make a combined cropmove and fade transform?

Have you considered using ImageDissolve? White pixels dissolve first before black pixels. You can have gradients, or have it dissolve in steps as if applying crop lines, as long as you make the image accordingly.
by akemicchi
Tue Jan 20, 2015 5:23 am
Forum: Ideas
Topic: Panaderia Ensaimada[Friendship][Slight BxB][Baking][Comedy]
Replies: 15
Views: 3092

Panaderia Ensaimada[Friendship][Slight BxB][Baking][Comedy]

I couldn't wait for NaNoRenO so now I'm trying to make a game in a month. I started earlier in January, took a week long (*cough*10 day*cough*) break last week, and now I'm taking it up again. I figure I'll make a thread so I'll feel pressured to finish on time, hahaha. http://i11.photobucket.com/al...
by akemicchi
Tue Jan 20, 2015 4:01 am
Forum: Ideas
Topic: Raven [BxG] [Romance] (First VN) - FINISHED!! May 4, 2015
Replies: 10
Views: 3056

Re: Raven [BxG] [Romance]

I read the script you have up there and... your game sounds... really cute... I like it. I see the Check Script (Lint) on the engine. It did open a window in jEdit. And it's totally blank!!! what's happening!!! ;;; I have no idea why it's doing that. Does the game launch fine? If it does, maybe you ...
by akemicchi
Tue Jan 20, 2015 2:53 am
Forum: Ideas
Topic: Raven [BxG] [Romance] (First VN) - FINISHED!! May 4, 2015
Replies: 10
Views: 3056

Re: Raven [BxG] [Romance]

I hope Jonas isn't just your typical jerk character. I know it's a small game, but having Jonas' character solely revolve around that personality will make the player wonder why Mica is in love with someone who apparently treats her so badly/doesn't care about her. I personally wouldn't want Raven t...
by akemicchi
Mon Jan 19, 2015 11:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Dates, Maps, and Homescreen (newbie questions)
Replies: 2
Views: 1296

Re: Dates, Maps, and Homescreen (newbie questions)

Welcome to the forums! :D Date: http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=29170&p=346301 http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=25098 Random events: http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=25441 http://lemmasoft.renai.us/forums/viewtopic.php?f=8&...