Search found 8 matches

by Titanor
Sat Jun 30, 2018 12:04 pm
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

ok so now i have updated it a bit and it now continually beeps without the message showing up
by Titanor
Sat Jun 30, 2018 11:18 am
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

well on my computer the message box is not showing up after the splash screen
by Titanor
Sat Jun 30, 2018 11:09 am
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

here is the .love file of the project

edit: now has a conf.lua file
by Titanor
Sat Jun 30, 2018 10:00 am
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

here is the latest code btw require("lovesplash/lovesplash") local Moan = require("Moan") state = "lovesplash" function love.draw() if state == "lovesplash" then lovesplash.draw() else if state == "menu" then Moan.speak("Title", {"Hell...
by Titanor
Sat Jun 30, 2018 9:58 am
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

yeah i am using the latest version i just downloaded it
by Titanor
Sat Jun 30, 2018 9:53 am
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

alright after changing the require line i now have a different error

Code: Select all

Error

main.lua:10: attempt to index upvalue 'Moan' (a boolean value)


Traceback

main.lua:10: in function 'draw'
[C]: in function 'xpcall'
by Titanor
Sat Jun 30, 2018 8:15 am
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

sorry wrong error log i already deleted the joycon library

Code: Select all

Error

main.lua:10: attempt to call field 'speak' (a nil value)


Traceback

main.lua:10: in function 'draw'
[C]: in function 'xpcall'
by Titanor
Sat Jun 30, 2018 6:21 am
Forum: Libraries and Tools
Topic: Möan.lua - A simple messagebox system.
Replies: 40
Views: 88617

Re: Möan.lua - A simple messagebox system.

hey guys i am trying to use moan in my project but when it gets to the message box code it crashes can someone help with this here is the error Error Syntax error: joycon.lua:7: unexpected symbol near '<' Traceback [C]: at 0x7fa82417f230 [C]: in function 'require' main.lua:3: in main chunk [C]: in f...