Search found 3 matches

by evan312
Sat Jun 22, 2013 11:58 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1013401

Re: News

There's nothing to "get". ^.^ Just ... OBEY. Get it? I just thought it would be funny if all the avatars on every page said "OBEY" (OBEY, OBEY, OBEY). New users will be all liek "ZOMFG, why do all the avatars say `OBEY`lol". It will be funny. Some day ... You got me! I...
by evan312
Sat Jun 22, 2013 11:51 pm
Forum: Support and Development
Topic: Basic Top Down Shooter Help
Replies: 3
Views: 3068

Re: Basic Top Down Shooter Help

Thanks! I did that: pistolX = playerX + (16 * math.cos(pRot)) - (24 * math.sin(pRot))) pistolY = playerY + (16* math.cos(pRot)) + (24 * math.sin(pRot))) ..but i was still getting an "orbit" around the general hand area. After some tinkering, I found that if all the offset numbers are the s...
by evan312
Sat Jun 22, 2013 7:04 pm
Forum: Support and Development
Topic: Basic Top Down Shooter Help
Replies: 3
Views: 3068

Basic Top Down Shooter Help

Hello, I'd like to preface this by saying it's my first post so I will try not to miss anything important. I am making a simple TDS (WASD or arrow keys to move, mouse to rotate, LMB to shoot) mostly just to learn more about LOVE and Lua and have fun, but I ran into a problem. How do I find the point...