Search found 262 matches

by master both
Wed Sep 05, 2012 11:41 pm
Forum: Support and Development
Topic: Some Questions
Replies: 3
Views: 1406

Some Questions

Hi, i have some questions that i can get the answers anywhere, so i will post them here: 1) what is the point of the love.graphics.setScissor() function? What can you do with it? 2) Is the SpriteBatch really needed for making a tiled game, or it is just for comodity? 3) Im really new in developing g...
by master both
Mon Jun 25, 2012 1:39 pm
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

Robin wrote:
master both wrote:Long time ago i found a love2d game named kurve that was very similar to this, but the file was corrupted :(
Was it one of these:

https://dl.dropbox.com/u/2000007/adk-test.love
https://dl.dropbox.com/u/2000007/adk.love

?
I think i love you
by master both
Sat Jun 23, 2012 10:58 pm
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

im completely sure im using the most updated drivers
by master both
Sat Jun 23, 2012 10:40 pm
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

ok, im gonna try it.
by master both
Sat Jun 23, 2012 10:32 pm
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

I've got a netbook with an Intel card too, and on Ubuntu I support both npot and canvases I dont know how to properly use linux and i dont have enough disk space for windoes and linux, so... is there another way to make the dot move constant and to keep all the positions he have been? Long time ago...
by master both
Sat Jun 23, 2012 9:57 pm
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

Nixola wrote:My pc didn't support canvases either, then I installed Ubuntu... Can you tell me what video card do you have?
well... i have a netbook so dont expext a good one. Is an Intel(R) Graphics Media Accelerator 3150
by master both
Sat Jun 23, 2012 8:38 pm
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

Well, the fastest (and simplest, I think) way to do this would be using Canvas es, I think, but there are some (many) PCs that don't support them... I will try it, it seems that this is the best way to do it, thanks. I love this community, it always help :) EDIT: Errrr.... my computer doesnt suppor...
by master both
Sat Jun 23, 2012 8:16 pm
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

Nixola wrote:This way the point keeps moving at a constant speed, but the framerate doesn't... Do you need to know where did the point pass?
that would be great, im trying to make like a tron game so i still have to do the collison stuff. im new in programing so a little help cant do bad. :)
by master both
Sat Jun 23, 2012 2:57 am
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Re: Need Support

Thank you so much!
its works! how i didn thought about it
thanks
by master both
Sat Jun 23, 2012 1:10 am
Forum: Support and Development
Topic: Need Support
Replies: 18
Views: 7901

Need Support

Hi, im new in coding and im trying to make a dot that moves throught while leaving a track. The method im trying to do this is by adding the positions of the dot while it moves to a table, and then draw point in them. I dont know if there are better methods to do this because the problem is that the...