Search found 100 matches

by jradich
Thu Apr 05, 2012 1:49 am
Forum: Support and Development
Topic: Help Implementing BoundingBox.lua
Replies: 0
Views: 1334

Help Implementing BoundingBox.lua

With this game I'm making, (lets call it My Little P0ny), I'm trying to implement boundingbox. But I'm having trouble, so I came here to seek help.

Please help!
mylittlep0ny.love
(15.34 KiB) Downloaded 187 times
by jradich
Wed Apr 04, 2012 3:52 am
Forum: Libraries and Tools
Topic: Quick and dirty vector class
Replies: 10
Views: 4570

Re: Quick and dirty vector class

rokit boy wrote:What was I men't to explain anyway?
Take this to forum.stabyourself.net, man. (Lawnboyinajar)

Back to vector class. BRAVO, SIR.
by jradich
Wed Apr 04, 2012 3:13 am
Forum: Libraries and Tools
Topic: Quick and dirty vector class
Replies: 10
Views: 4570

Re: Quick and dirty vector class

rokit boy wrote:
jradich wrote:
rokit boy wrote:I mean edit...
Rokit boy. You thought you could escape this question?! DELETED LINK CUZ IM NOT STOOPID explain!!

And trubblegum.... Good job.
THAT IS MY STACK LIBRARY WHICH I ABANDONED!
PLEASE DELETE THAT LINK OF THERE!
Get that link outta there, stoopid
by jradich
Wed Apr 04, 2012 2:56 am
Forum: Support and Development
Topic: Reversing an image.
Replies: 1
Views: 966

Reversing an image.

function Pinkie:draw() if not self.upside and not self.left then if self.walking then if self.turn then anim:draw(self.x +124, self.y, 0,-1,1,0,0) else anim:draw(self.x,self.y) end end if self.jumping then if self.turn then love.graphics.draw(self.jump,self.x +124, self.y, 0,-1,1,0,0) else love.gra...
by jradich
Wed Apr 04, 2012 2:53 am
Forum: Libraries and Tools
Topic: Quick and dirty vector class
Replies: 10
Views: 4570

Re: Quick and dirty vector class

EDITED CUZ ROKIT BOY GETS BANNED A LOT AT THIS OTHER PLACE
by jradich
Mon Mar 26, 2012 7:32 pm
Forum: General
Topic: Any musicians on here?
Replies: 19
Views: 7297

Re: Any musicians on here?

*feels stupid now*
by jradich
Mon Mar 26, 2012 1:07 am
Forum: General
Topic: Any musicians on here?
Replies: 19
Views: 7297

Re: Any musicians on here?

I finally recorded some of my playing

http://dl.dropbox.com/u/67827108/bassimprov.mp3

IMPROV
by jradich
Fri Mar 23, 2012 12:43 am
Forum: Libraries and Tools
Topic: Physics with Pinkie Pie!!
Replies: 16
Views: 7665

Re: Physics with Pinkie Pie!!

TechnoCat wrote:
jradich wrote:To go into the smell thingy, you have to jump then press x.
Is it supposed to be so slow?
At the moment, I wasn't going for speed. But now, I'm actually going to add animations to it, and make everything MUCH MUCH FASTER. Even the smell thing.
by jradich
Thu Mar 22, 2012 7:40 pm
Forum: Libraries and Tools
Topic: Physics with Pinkie Pie!!
Replies: 16
Views: 7665

Re: Physics with Pinkie Pie!!

TechnoCat wrote:
UMMM....... Try this???
http://dl.dropbox.com/u/67827108/bllooooopp.love
To go into the smell thingy, you have to jump then press x.
by jradich
Thu Mar 22, 2012 1:51 am
Forum: Libraries and Tools
Topic: Physics with Pinkie Pie!!
Replies: 16
Views: 7665

Re: Physics with Pinkie Pie!!

When I press space and x, Pinky Pie just goes up into the air and stays there. Other than that, probably should have used Fluttershy. Fluttershy is way better. REALLY... hmm.... I have an update... I'll attach it. EDIT: Add this to smell.lua instead of the default function. function pinkie_smell(dt...