Search found 2 matches
- Sat Aug 02, 2014 6:48 am
- Forum: Support and Development
- Topic: Array Argument Not Working
- Replies: 2
- Views: 1816
Re: Array Argument Not Working
MANY THANKS!!!
- Thu Jul 31, 2014 5:07 am
- Forum: Support and Development
- Topic: Array Argument Not Working
- Replies: 2
- Views: 1816
Array Argument Not Working
So I'm making a GUI library for my game, a button class. Here's the snippet of my codes : button = class:new() function button:init(opt) self.x = opt.x self.y = opt.y self.command = opt.command self.mode = opt.mode -- And so on end Yeah, as you see, I used Bart van Strien's "Simple Educative Cl...