Search found 5 matches

by TylerKinkade
Mon Mar 29, 2010 4:55 am
Forum: Support and Development
Topic: Problem with MapPixel...
Replies: 25
Views: 7378

Re: Problem with MapPixel...

This is going to sound kind of weird but why are you using sine and cosine functions? What is the purpose? What does it benefit. And what are the uses. That is something that has been bothering me for a long time now. :(
by TylerKinkade
Mon Feb 22, 2010 6:31 am
Forum: Libraries and Tools
Topic: new Love IDE
Replies: 20
Views: 21359

Re: new Love IDE

Can't wait either. My band of brothers are eager to see what you have cranked out so that we can craft beautiful things.
by TylerKinkade
Thu Feb 18, 2010 5:12 pm
Forum: Support and Development
Topic: Time Based Events.
Replies: 5
Views: 3971

Re: Time Based Events.

Wow, excellent support all around. Thanks guys.
The event system seems extremely practical for what my team is working on.
I'll definitely look into working it in.

<3
by TylerKinkade
Thu Feb 18, 2010 4:45 pm
Forum: Support and Development
Topic: Time Based Events.
Replies: 5
Views: 3971

Re: Time Based Events.

Awesome awesome thank you much :)
by TylerKinkade
Thu Feb 18, 2010 4:01 pm
Forum: Support and Development
Topic: Time Based Events.
Replies: 5
Views: 3971

Time Based Events.

Hello Löve-ites. I have a question about time. Lets say every ten seconds I want something to spawn. How do I go about implementing that? This is what I've tried to far: powerTicks = 0 function activePower(dt) --timeA = a static point in time defined in love.load timeB = love.timer.getMicroTime() --...