Search found 5 matches

by guassmith
Wed Nov 19, 2014 7:24 pm
Forum: General
Topic: Collision with Hardon Collider
Replies: 7
Views: 6274

Re: Collision with Hardon Collider

Yea, thanks for the help :awesome: Still am a newbie, so I am kind of struggling to understand the code, but I think i got most of it ^^ Now, I tried to make some attack mechanics, but I am having a little trouble. So, I wanted to kind of.. generalize the attack function, because right now it only ...
by guassmith
Thu Nov 13, 2014 9:27 pm
Forum: Support and Development
Topic: Can't get love frames to work
Replies: 4
Views: 5304

Re: Can't get love frames to work

On line 5 in main.lua you have: table = love.graphics.newImage("resources/images/table.png") That line of code replaces Lua's built-in table library with your image. Love Frames needs the table library to function correctly, so you should replace that line with something like: tableimg = ...
by guassmith
Thu Nov 13, 2014 6:13 pm
Forum: General
Topic: Collision with Hardon Collider
Replies: 7
Views: 6274

Re: Collision with Hardon Collider

I don't think you can assign sprites to objects, the fill function of hardoncollider is for debugging purposes. What you can do is load an image, then draw it instead of the shape but simply use the coordinates of the shape for the coordinates of the sprite. I'm not sure what you did wrong for the c...
by guassmith
Mon Nov 10, 2014 11:46 pm
Forum: Support and Development
Topic: Can't get love frames to work
Replies: 4
Views: 5304

Can't get love frames to work

So i'm attempting to use loveframes to make a button, however no matter what I do, if there is a button on the screen and I have loaded an image in, whenever I hover over the button the window just closes. I use ZeroBrane Studio and the console from there gives me this error after the crash: Error: ...
by guassmith
Sat Oct 11, 2014 3:47 pm
Forum: General
Topic: Using LUBE
Replies: 4
Views: 3804

Using LUBE

So I have been looking into networking and LUBE looks the most easiest to use, however the only examples and tutorials of how to use it are either outdated or don't work, and I have had no luck understanding the docs. If someone could provide me with a very basic example of LUBE, just how to send so...