Re: BUZZY BEETLE.EXE
Posted: Wed Nov 18, 2015 7:59 pm
Think of one thing you always wanted there to be in SMBX. Be it simple, like Chain Chomps, be it "not SMBX", like turning the game into a shmup, or be it overly complex, like adding new powerups or characters. Chances are, LunaLua can do it. Even if you don't want to use it for all this fancy stuff, it can still make your life easier: Say, you want a section in which lava moves up and down. Two choices: You make a zillion events where the lava moves at different speeds (and disallow any further player input lock because of the event loop); or you make one event, make this event activate a part of your lua code which moves the lava on a sin wave. It's the same thing, but smoother and faster to do.SuperMario12345 wrote:What i'm wondering, is what to do with lunalua if i did learn it.Enjl wrote:
I wonder how you managed to learn the english language without looking stuff up.
Besides, there are always people willing to help you become better at lua. Just write into the lua thread if you're having trouble.