Search found 9 matches

by Cruiser23rus
Wed May 06, 2009 1:04 pm
Forum: Support and Development
Topic: Moving by "x" with phisic
Replies: 2
Views: 2716

Re: Moving by "x" with phisic

Why I have collison when i try to move at "x"? Try my code function load() love.graphics.setBackgroundColor(212, 233, 247) -- Create a world with size 2000 in every direction. world = love.physics.newWorld(2000, 2000) world:setGravity(0, 100) -- Create the ground body at (0, 0) with mass 0...
by Cruiser23rus
Wed May 06, 2009 11:42 am
Forum: General
Topic: Platform Engine - A Few Thoughts
Replies: 12
Views: 8144

Re: Platform Engine - A Few Thoughts

"When the player landed, the game reset both variables back to False."

Ok. And how to define that player landed?
by Cruiser23rus
Tue May 05, 2009 1:31 pm
Forum: Support and Development
Topic: Moving by "x" with phisic
Replies: 2
Views: 2716

Moving by "x" with phisic

Hello. I do game. My character must move by "x" at left and right. When i don't use phisic model, i do it with change "x" of grafic in "update (dt)" function. But now, when i use phisic model, i must do another method? Something with body? And what function it's must be...
by Cruiser23rus
Tue May 05, 2009 9:02 am
Forum: Support and Development
Topic: Problem. I can t see two images at same time
Replies: 9
Views: 7967

Re: Problem. I can t see two images at same time

Thank you, Robin. I dounload Ifran now. On my second PC installed Photoshop, but this computer often use my wooman. I think i install on my computer Photoshop too. This pictures i draw in standart Paint of Windows. =) And picturues not cool.
Ok. Thank you. I show you game when it will be done.
by Cruiser23rus
Mon May 04, 2009 4:50 pm
Forum: Support and Development
Topic: Problem. I can t see two images at same time
Replies: 9
Views: 7967

Re: Problem. I can t see two images at same time

Robin, i don't know what cause of my mistake, but you are right. Thank you.. You know, my windows explorer show me alpha. White color is absent in explorer at this pictures. Hm.. And how did you do this? I must remake my other pictures.. I try to do game-tale about "kolobok" for my child -...
by Cruiser23rus
Mon May 04, 2009 4:24 pm
Forum: Support and Development
Topic: Problem. I can t see two images at same time
Replies: 9
Views: 7967

Re: Problem. I can t see two images at same time

Bartbes, if you still heare. You know, it s png files with alfa. I cheked it. I try to attach thoose files heare. Look at them, please.
What can you advise me? May be some setings in Love?
by Cruiser23rus
Mon May 04, 2009 1:59 pm
Forum: Support and Development
Topic: Problem. I can t see two images at same time
Replies: 9
Views: 7967

Re: Problem. I can t see two images at same time

ok. Thank you. I ll chek it. Good day to you.
by Cruiser23rus
Mon May 04, 2009 1:00 pm
Forum: Support and Development
Topic: Problem. I can t see two images at same time
Replies: 9
Views: 7967

Re: Problem. I can t see two images at same time

Bartbes, thank you very mach!!! You so help me. It' s work!!! And if i want to do third image, i can do by your example. Thank you. And one more question. My png images have alpha zone (i save them with alpha). But in the project they displayed without alpha. I must change any parametrs for alpha pn...
by Cruiser23rus
Mon May 04, 2009 12:08 pm
Forum: Support and Development
Topic: Problem. I can t see two images at same time
Replies: 9
Views: 7967

Problem. I can t see two images at same time

Hello. My english is not so well, but i try to describe my problem. Today i try Love engine and i have some trouble with displaing images. I need 3 "layers" with image on each of it's. 1 image on background, second image some closer, and third image most closer then other two. I wright Lua...