Search found 36 matches

by Findo777
Wed Mar 12, 2014 12:05 am
Forum: Support and Development
Topic: Position?
Replies: 4
Views: 2519

Re: Position?

Yes, I have learned of arrays, but for the ipairs part, I have noticed pairs works the same as ipairs.
Is there any difference?
by Findo777
Mon Mar 10, 2014 1:39 am
Forum: Support and Development
Topic: Position?
Replies: 4
Views: 2519

Position?

How can I change the position of a text/image?


ex:

--defined image
--made image called image


so...

Say I had this defined image, could I change it's position?
like...

image.Position = (200,100)
by Findo777
Sat Mar 08, 2014 7:15 pm
Forum: General
Topic: Delay on a loop?
Replies: 28
Views: 16062

Re: Delay on a loop?

It waiting works great now! Thanks for all ur guy's help! :D
by Findo777
Fri Mar 07, 2014 11:16 pm
Forum: General
Topic: Delay on a loop?
Replies: 28
Views: 16062

Re: Delay on a loop?

Also, in your game, I do not see any shooting animations
I see you made pictures for it... but it is not there.... perhaps something went wrong?
by Findo777
Fri Mar 07, 2014 11:12 pm
Forum: General
Topic: Delay on a loop?
Replies: 28
Views: 16062

Re: Delay on a loop?

I want the bullet animations to slow down, instead of zooming through them until you cannot see.
Also, I do not see what your game changed except the tank pic.
by Findo777
Fri Mar 07, 2014 3:33 am
Forum: General
Topic: Delay on a loop?
Replies: 28
Views: 16062

Re: Delay on a loop?

Hello
I hope you see my attachments below....
by Findo777
Thu Mar 06, 2014 3:28 am
Forum: General
Topic: Delay on a loop?
Replies: 28
Views: 16062

Re: Delay on a loop?

Thank you, I have removed that, but unfortunately, it still is not working.
Might I ask how to attach a .love?
Thank you....
by Findo777
Wed Mar 05, 2014 2:52 am
Forum: General
Topic: Delay on a loop?
Replies: 28
Views: 16062

Re: Delay on a loop?

Oh... thanks>:D I tried implementing dt checking into my code, but unfortunately.... it does not do anything now, It showed the last image before.. now it shows nothing. This is in tank.lua (I used require"") space_pressed = false bullet = love.graphics.newImage("Images/bullet.png&quo...
by Findo777
Tue Mar 04, 2014 5:33 am
Forum: General
Topic: love.timer.sleep
Replies: 8
Views: 3417

Re: love.timer.sleep

I belive he missunderstands what love.timer.sleep is used for... Someone should add a huge red text on the wiki saying that it is NOT used as a timer. Hey uh, I have another post called "Delay on Loop" and I could reallly use some help on that.. thanks I realized .sleep stops the whole th...
by Findo777
Tue Mar 04, 2014 12:32 am
Forum: General
Topic: Delay on a loop?
Replies: 28
Views: 16062

Re: Delay on a loop?

how would that change it?
isn't dt one every second?

So..................


0.5 - 1 = -0.5
1 - 1 = 0


0 is the same or bigger in each one :P