Search found 3 matches
- Fri Apr 24, 2009 12:39 pm
- Forum: Support and Development
- Topic: Just Beginning Love
- Replies: 14
- Views: 13370
Re: Just Beginning Love
Hey osgeld crazy meeting you outside of the evilmana forums. ^^ Okay, so let me just say this to make sure that I completely understand. Exactly like with luaplayer, when launching a love script the first thing that's done is the entire script is executed. However, unlike in luaplayer, with love the...
- Fri Apr 24, 2009 2:46 am
- Forum: Support and Development
- Topic: Just Beginning Love
- Replies: 14
- Views: 13370
Re: Just Beginning Love
Yeah. Thanks a lot your guys posts really clarified a few things for me. I guess I'm still trying to wrap my head around this new way of doing things, for example, I'm used to dealing with pspLua it seems strange that something like this wouldn't work. function draw() draw code end while true do dra...
- Mon Apr 20, 2009 5:45 pm
- Forum: Support and Development
- Topic: Just Beginning Love
- Replies: 14
- Views: 13370
Just Beginning Love
Okay, so I've been looking at trying to program with Love. I'm not new to programming in general. I have on okay background with C++ and I know pspLua. Anyway, to say the least, I am a little confused on the exact syntax and whatnot of Love. I've read through the documentation and the tutorials, how...