Search found 9 matches
- Wed May 06, 2009 1:04 pm
- Forum: Support and Development
- Topic: Moving by "x" with phisic
- Replies: 2
- Views: 2868
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...
- Wed May 06, 2009 11:42 am
- Forum: General
- Topic: Platform Engine - A Few Thoughts
- Replies: 12
- Views: 8426
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?
Ok. And how to define that player landed?
- Tue May 05, 2009 1:31 pm
- Forum: Support and Development
- Topic: Moving by "x" with phisic
- Replies: 2
- Views: 2868
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...
- 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: 8319
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.
Ok. Thank you. I show you game when it will be done.
- 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: 8319
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 -...
- 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: 8319
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?
What can you advise me? May be some setings in Love?
- 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: 8319
Re: Problem. I can t see two images at same time
ok. Thank you. I ll chek it. Good day to you.
- 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: 8319
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...
- 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: 8319
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...