Search found 1031 matches

by Kia
Sat Nov 01, 2014 10:49 am
Forum: Ren'Py Questions and Announcements
Topic: [solved] equivalent of "$_game_menu_screen" for main menu
Replies: 22
Views: 2754

Re: equivalent of "$_game_menu_screen" for main menu

works with a little problem. the return key goes to the old main menu. any idea why?
by Kia
Fri Oct 31, 2014 5:42 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] equivalent of "$_game_menu_screen" for main menu
Replies: 22
Views: 2754

Re: equivalent of "$_game_menu_screen" for main menu

yes but I'm trying to put it in a separate file and folder.
my ultimate goal is to put everything in its own folder so it can be added to another game by just copying the folder into the game directory. this way I can just zip and attach it when I start sharing them.
by Kia
Fri Oct 31, 2014 5:42 am
Forum: Creator Discussion
Topic: Copyright and making money?
Replies: 14
Views: 1674

Re: Copyright and making money?

and soon Disney will sue little kids for dreaming about mickey and goofy :lol: well there goes another one of my projects. I got two left to work on. thanks Taleweaver.
by Kia
Fri Oct 31, 2014 5:01 am
Forum: Creator Discussion
Topic: Copyright and making money?
Replies: 14
Views: 1674

new question

lets say I make a game based on an animation character from a tough copyright holder like Disney. even if I make the all materials myself will I get in trouble for using their characters?
by Kia
Fri Oct 31, 2014 2:03 am
Forum: Ren'Py Questions and Announcements
Topic: [solved] equivalent of "$_game_menu_screen" for main menu
Replies: 22
Views: 2754

[solved] equivalent of "$_game_menu_screen" for main menu

I have a custom main menu screen and I can't find equivalent of "$_game_menu_screen" for main menu anywhere.
I did name it "main_menu" and it replaced the main menu but it feels wrong (plus return keys stopped working).
help please ^_^
by Kia
Thu Oct 30, 2014 4:24 pm
Forum: Ren'Py Questions and Announcements
Topic: using crop on imagebutton hover
Replies: 6
Views: 834

Re: using crop on imagebutton hover

now for expanding in all for directions what do you suggest? I've got something like this but the animations don't look as smooth. transform w4w: on hover: linear 0.5 size (100, 100) crop (0, 0, 100, 100) pos(-50,-50) on idle: linear 0.5 size (20, 20) crop (50, 50, 10, 10) pos(0,0) label k4: screen ...
by Kia
Thu Oct 30, 2014 4:06 pm
Forum: Ren'Py Questions and Announcements
Topic: using crop on imagebutton hover
Replies: 6
Views: 834

Re: using crop on imagebutton hover

like always I made the most simple mistake possible. thank you ^_^
by Kia
Thu Oct 30, 2014 5:35 am
Forum: Ren'Py Questions and Announcements
Topic: using crop on imagebutton hover
Replies: 6
Views: 834

Re: using crop on imagebutton hover

actually it's not drag to expand. it just a button that expands on hover. my only problem is I cant get it expand from one sides and it expands to the both side. is there anything like anchor that I can add to crop (0, 0, 20, 50) so it know from witch side it should crop? something similar for size ...
by Kia
Wed Oct 29, 2014 2:25 am
Forum: Ren'Py Questions and Announcements
Topic: using crop on imagebutton hover
Replies: 6
Views: 834

using crop on imagebutton hover

I've tried to make an expandable button with crop but looks like this one going to be tricky. I've been changing values for half a day but can't achieve this effect. please help. tyu7.jpg this is what I've got so far: transform btnstat: on hover: linear 1.0 size (200, 50) crop (0, 0, 200, 50) on idl...
by Kia
Wed Oct 29, 2014 1:37 am
Forum: Creator Discussion
Topic: Copyright and making money?
Replies: 14
Views: 1674

Re: Copyright and making money?

So you could probably think about minimizing the amount of assets you need. well I came from the flash games background and my expectations are a bit high I guess I can somehow adopt to less assets and replace some poses with expressions but still I'm aiming for the best I can so I'll need lots of ...
by Kia
Tue Oct 28, 2014 12:19 pm
Forum: Creator Discussion
Topic: Copyright and making money?
Replies: 14
Views: 1674

Re: Copyright and making money?

You can't afford eight bucks for a waist-up sprite? The price of two Starbucks coffees? it's complicated ^_^ in my country eight bucks is 3 days of work worth. and I don't have a job. and if I had the money... I can't own any online payment account due to the ridiculous laws. and I'm developing 4-5...
by Kia
Tue Oct 28, 2014 10:01 am
Forum: Creator Discussion
Topic: Copyright and making money?
Replies: 14
Views: 1674

Re: Copyright and making money?

thanks Taleweaver can you gimme some more info and enlighten me please? 1) Look for public domain pictures. They do exist. can you suggest anywhere that I can find anime related public domain pictures? 2) Look for pictures flagged Creative Commons and use them as their respective Creative Commons li...
by Kia
Tue Oct 28, 2014 9:44 am
Forum: We are offering Paid Work
Topic: Looking for GUI artist for sci-fi project
Replies: 2
Views: 1457

Re: Looking for GUI artist for sci-fi project

this sounds interesting because it smells like money and I love doing UI. because I'm an element designer. :mrgreen: I'm coming from a flash background and most of my works are vector and can be scaled to any size so do my UI designs (they usually scale to the text size) also they come with animatio...
by Kia
Tue Oct 28, 2014 8:00 am
Forum: Creator Discussion
Topic: Copyright and making money?
Replies: 14
Views: 1674

Copyright and making money?

Hey everybody :mrgreen: I was wondering about using pictures freely downloaded from internet in my games and if I'm going to face any copyright issues because of that? As title declares my ultimate goal is making money one way or another (accepting donations/advertising on my website) and I'm concer...
by Kia
Sat Oct 11, 2014 12:09 am
Forum: Ren'Py Questions and Announcements
Topic: ATL animation in imagebutton hover works only once
Replies: 5
Views: 1115

Re: ATL animation in imagebutton hover works only once

thanks Donmai that was a really good example now I have to figure out how to make transformations I need in ATL.
do you by any chance know a good example on crop I'm trying to make a sliding button and I have no idea what I'm doing :mrgreen: