Search found 45 matches

by zipperipper
Sun Jan 24, 2010 3:04 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1006713

Re: Avatars: OBEY!

mine is hypnotic lul -->
by zipperipper
Fri Jan 15, 2010 4:04 pm
Forum: Games and Creations
Topic: Zipperippers Showcase
Replies: 60
Views: 35774

Re: Zipperippers Showcase

meh, i couldn't be bothered to add stuff so i just added 2 key functions and left it as-is
by zipperipper
Fri Jan 15, 2010 2:15 am
Forum: Support and Development
Topic: Find a point on a line
Replies: 4
Views: 2350

Re: Find a point on a line

you might find something in this line-intersection function, if it collides it returns true and a table. function v2(Xx, Yy) if Xx==nil then return {x = 0, y = 0} elseif Xx~=nil and Yy==nil then return {x = Xx, y = 0} --nil elseif Xx~=nil and Yy~=nil then return {x = Xx, y = Yy} end end function cro...
by zipperipper
Fri Jan 15, 2010 2:05 am
Forum: Support and Development
Topic: Is there a way to "cut" an object/body?
Replies: 1
Views: 2089

Re: Is there a way to "cut" an object/body?

i made this thing where you can cut through polygons, if you was to keep a table of points for the body, and then when you wanted to cut it, use a quick function to delete the old body and create 2 new ones from the point table (with cut points added), so it would fuck up on certain things when the ...
by zipperipper
Thu Jan 14, 2010 8:29 pm
Forum: Games and Creations
Topic: Zipperippers Showcase
Replies: 60
Views: 35774

Zipperippers Showcase

hello everyone, my friend Kalle showed me Love2D and its really good, much better than what i usually used to code Lua, anyway; this is my showcase, i will upload stuff i have made. Coding is like an art, i code what i want, how i want, be it big or small.

[Insert Stuff Here]