Search found 15 matches
- Mon Jan 09, 2012 11:13 pm
- Forum: General
- Topic: Proposals for implementation
- Replies: 1
- Views: 2216
Proposals for implementation
Proposals for implementation: 1. The code editor (C illuminated and so on ...) 2. Focusing effects for images (Blur Vertical, Addtive and so distant ...) 3. Behavior for objects (Turning behavior (constantly spinning object), the physical behavior (instead of the usual physical objects will give th...
- Sun Jan 08, 2012 4:10 pm
- Forum: Support and Development
- Topic: ColourPaleete
- Replies: 9
- Views: 4215
Re: ColourPaleete
I'm doing a character editor and a player to make it easier to choose the right color, I decided to use a palette in the game, as it is carried at in Love?
- Sun Jan 08, 2012 3:03 pm
- Forum: Support and Development
- Topic: ColourPaleete
- Replies: 9
- Views: 4215
ColourPaleete
http://colorschemedesigner.com/ - How is this implemented in Love?
- Fri Jan 06, 2012 12:15 am
- Forum: Support and Development
- Topic: Colour select
- Replies: 2
- Views: 2866
Re: Colour select
Hea1 = long hair
Chu1 = bang
Or problems and no solution ...
I'll ask again added to my Skype or ICQ, which I have in the last topic =)
Chu1 = bang
Or problems and no solution ...
I'll ask again added to my Skype or ICQ, which I have in the last topic =)
- Thu Jan 05, 2012 10:59 pm
- Forum: Support and Development
- Topic: Colour select
- Replies: 2
- Views: 2866
Colour select
In general ... I'm doing a character editor ... Set as has all of the sex change, to edit the number of mucus in the nose at the future of children ... But goes terribly problem with hair color ... It seems to be writing: love.graphics.setColor (rcvet, gcvet, bcvet, 255) love.graphics.draw (hea1, 16...
- Thu Jan 05, 2012 4:40 pm
- Forum: Support and Development
- Topic: Loading another script
- Replies: 26
- Views: 13446
Re: Loading another script
Coffey, if needed, try =)
And now completed yet editor of the character: 3
And now completed yet editor of the character: 3
- Thu Jan 05, 2012 3:35 pm
- Forum: Support and Development
- Topic: Loading another script
- Replies: 26
- Views: 13446
Re: Loading another script
Coffey, I'm used to C #
There is a function of starting another level ... I do not remember exactly, but it seems Program.Start (lol), but to use it first in your Program need to register a couple of lines ...
I was hoping for here, too ...
There is a function of starting another level ... I do not remember exactly, but it seems Program.Start (lol), but to use it first in your Program need to register a couple of lines ...
I was hoping for here, too ...
- Thu Jan 05, 2012 10:24 am
- Forum: Support and Development
- Topic: Loading another script
- Replies: 26
- Views: 13446
Re: Loading another script
You are honestly a little away from the topic ...
- Thu Jan 05, 2012 9:09 am
- Forum: Support and Development
- Topic: Loading another script
- Replies: 26
- Views: 13446
Re: Loading another script
The hierarchy of the fact that I want to create one ... Иерархия.png Please do contact me in Skype, ICQ, jabber or Agent (Though he hardly you have, since the program greate Russian developer company mail.ru) to explain in detail I could the problem and complete source code as something that is impo...
- Thu Jan 05, 2012 8:14 am
- Forum: Support and Development
- Topic: Loading another script
- Replies: 26
- Views: 13446
Re: Loading another script
I did not understand a bit and then n * n, VarB and the like ... function A(n) just multiplies n by itself (n^2). function B(n) calls function A with 5 (which returns 25) and adds n to it. The return B(7) is called whenever you attempt to load the script. So if "blabla == 100" then call t...