Search found 44 matches

by com_1
Sat Nov 13, 2010 8:10 pm
Forum: Support and Development
Topic: Rotating a 3d vector?
Replies: 10
Views: 2104

Re: Rotating a 3d vector?

I thought that my code is clear and a little child.

But, without the two-dimensional array 3D not possible.
by com_1
Sat Nov 13, 2010 7:20 pm
Forum: Support and Development
Topic: Rotating a 3d vector?
Replies: 10
Views: 2104

Re: Rotating a 3d vector?

Look this. --______________________________________________________________________________________________ function love.load() -- screen scrx=640; scry=480; zx=(scrx/2); zy=(scry/2); zi=200; love.graphics.setMode(scrx,scry,false,true,0); love.graphics.setCaption("Love2D project"); love.g...
by com_1
Sat Nov 13, 2010 6:22 pm
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28922

Re: I have a question.

I am from Russia, but Russian-speakers are not met.
And as I said - I give up.

Thanks for help.
by com_1
Sat Nov 13, 2010 3:19 pm
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28922

Re: I have a question.

Forget about everything that I asked.
Without English is very difficult to explain - I give up.

Thanks for comments. :]
by com_1
Sat Nov 13, 2010 2:51 pm
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28922

Re: I have a question.

This is all extremely vague, could you give us some specifics?
I downloaded "Lua for Windows".
Set, and how to use the library "cd or iup" can not understand.
Maybe someone - something tells, how and what to do ?
by com_1
Sat Nov 13, 2010 2:35 pm
Forum: Support and Development
Topic: jumping tutorial?
Replies: 133
Views: 31666

Re: jumping tutorial?

Thank for comments kikito, but this all I know. Did anyone ever have any problems with the speed ? Try my next code. --______________________________________________________________________________________________ function love.load() -- screen scrx=640; scry=480; zx=(scrx/2); zy=(scry/2); zi=200; l...
by com_1
Fri Nov 12, 2010 6:45 pm
Forum: Support and Development
Topic: I have a question.
Replies: 96
Views: 28922

Re: I have a question.

Downloaded "Lua" and when I tried to run some library did not work.
I mean.
When copying code from a library in your project and try to start nothing happens.

What is wrong, someone help.
by com_1
Fri Nov 12, 2010 6:30 pm
Forum: Support and Development
Topic: jumping tutorial?
Replies: 133
Views: 31666

Re: jumping tutorial?

I do not know whether to post it here but look at my source code. I think that the code of the map should look like this. Just copy and paste into your project. --______________________________________________________________________________________________ function love.load() -- screen scrx=640; s...
by com_1
Mon Nov 08, 2010 7:44 am
Forum: Support and Development
Topic: jumping tutorial?
Replies: 133
Views: 31666

Re: jumping tutorial?

Happened or not ?

And where are you now ?
by com_1
Mon Nov 08, 2010 1:14 am
Forum: Support and Development
Topic: jumping tutorial?
Replies: 133
Views: 31666

Re: jumping tutorial?

Try this code.

Code: Select all

function love.load()
image = love.graphics.newImage("X.png");
end

function love.draw()
love.graphics.draw(image, 10, 10, 0, 1, 1, 0, 0);
end