Search found 5 matches
- Thu Oct 18, 2012 6:13 pm
- Forum: Games and Creations
- Topic: Adventures of Barnabus! [T.A.O.T.R.T.W.G.E.]
- Replies: 93
- Views: 37549
Re: T.A.O.T.R.T.W.G.E.
Wow it's nice!
- Mon Oct 08, 2012 6:51 pm
- Forum: Libraries and Tools
- Topic: [Library] anim8 - An animation library - v2.3.0 released
- Replies: 84
- Views: 131909
Re: [Library] anim8 - A different animation library
Thank you, yes, the problem was the ":", I'm so noob with LUA
Okay, next time I have a issue I'll post my code indented.
So, thank you again!
Okay, next time I have a issue I'll post my code indented.
So, thank you again!
- Sun Oct 07, 2012 4:49 pm
- Forum: Libraries and Tools
- Topic: Pixelarium - Drawing Sandbox and more !
- Replies: 9
- Views: 6953
Re: Pixelarium - Drawing Sandbox and more !
Can I only draw with random colors?
Looks great! Still needs a lot of development, but it's funny and useful (at least when will be possible to personalize colors I'll use this a lot)
PD: I have no lag problems, but I have a i7 1.7GHz and 4GB RAM.
Looks great! Still needs a lot of development, but it's funny and useful (at least when will be possible to personalize colors I'll use this a lot)
PD: I have no lag problems, but I have a i7 1.7GHz and 4GB RAM.
- Sat Oct 06, 2012 3:24 pm
- Forum: Libraries and Tools
- Topic: [Library] anim8 - An animation library - v2.3.0 released
- Replies: 84
- Views: 131909
Re: [Library] anim8 - A different animation library
Here is my code:
https://dl.dropbox.com/u/72131301/mygam ... errors.zip
There are 2 versions, the one with all in main.lua (working), and the one in menu.lua (with errors).
Thank you again
https://dl.dropbox.com/u/72131301/mygam ... errors.zip
There are 2 versions, the one with all in main.lua (working), and the one in menu.lua (with errors).
Thank you again
- Fri Oct 05, 2012 4:30 pm
- Forum: Libraries and Tools
- Topic: [Library] anim8 - An animation library - v2.3.0 released
- Replies: 84
- Views: 131909
Re: [Library] anim8 - A different animation library
Hi, I'm new in LUA, and I have some questions with this library :) I need to put all the code in the main.lua? (love.load(), love.draw(), love.update(dt)...) I tried to load the animation in other .LUA file (for example, menu.load(), menu.draw()...) and I received this error: anim8.lua:255: attempt ...