Search found 53 matches

by Fourex
Wed Nov 11, 2009 6:21 am
Forum: General
Topic: I need help with absolute values!
Replies: 2
Views: 3067

I need help with absolute values!

Specifically, this snippet of code. : Axvel = Axvel + ((Mx - Ax) / sqrt(abs((Mx-Ax)^2 + (My-Ay)^2))) * (Aacc / (sqrt(abs((Mx-Ax)^2 + (My-Ay)^2)))^2) * dt FYI, Axvel, Mx, Ax, My, Ay, and Aacc are variables. And, Ax = 100 Ay = 100 Axvel = 0 Aacc = 30 Mx = 0 My = 0 When I try to run the script this is ...
by Fourex
Tue Nov 10, 2009 5:51 am
Forum: Support and Development
Topic: Getting Started... On a Mac?
Replies: 2
Views: 1451

Re: Getting Started... On a Mac?

Wow, thats simpler that I thought it would be... Thanks!
by Fourex
Tue Nov 10, 2009 3:05 am
Forum: Support and Development
Topic: Getting Started... On a Mac?
Replies: 2
Views: 1451

Getting Started... On a Mac?

As you can probably tell, I am very new to Love. I have looked around the main site, and searched a lot on Google and the forums and have been unable to find anything to help me get started, other than the "Getting Started: Basics" page which is linked in the FAQ on the main site. Unfortun...