Hi guy,
i'm trying to subdivide my löve game in more .lua file.
My problem is that i don't know how to open a different .lua file in the same window (also closing the previous).
I take a look to the "examples" that have a simple menu that allows you to see the example you select. But I don't understand what are "exf" or nothing else, because study LUA only a few at school...
Can you help me?
P.S. There isn't any italian community about löve? I only ask XD
need help for games utility
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
need help for games utility
<< I love löve - Io amo löve >>
W l' Italia!!
W l' Italia!!
- nightvenom
- Prole
- Posts: 36
- Joined: Sat Aug 16, 2008 3:07 pm
Re: need help for games utility
Are you asking to have 2 separate windows in your game/program open at once, or are you asking if you can use multiple .lua files to build your program/game ?
If you want the second method then just put this above everything in your program:
or
and, i do not know about any Italian communities here, I'm Canadian
Found in the documentation here: http://love2d.org/docs/love_filesystem.html
If you want the second method then just put this above everything in your program:
Code: Select all
love.filesystem.require("menuSystem.lua") --Runs the LUA file Once.
Code: Select all
love.filesystem.include("menuSystem.lua") --Runs the LUA more then once.
and, i do not know about any Italian communities here, I'm Canadian
Found in the documentation here: http://love2d.org/docs/love_filesystem.html
Re: need help for games utility
yeah I only want a menu that open other .lua files in the same window, like the examples.
I will try with "love.filesystem.require"
I will try with "love.filesystem.require"
<< I love löve - Io amo löve >>
W l' Italia!!
W l' Italia!!
Who is online
Users browsing this forum: Bing [Bot] and 2 guests