I suggest you read through the basic lunalua tutorials. Few things:fireflower30 wrote:Here:Enjl wrote:The lines are described to the right of the red links. They don't need their own individual page.fireflower30 wrote:Most of the Links in it are Red, so I had to search up a lua on the wiki, I found one, but now I keep on getting this error:
The error you're getting means that lua is unable to find your specified custom music file. Can I see your code?
Code: Select all
-- Loads a music file into music stream Audio.MusicOpen("level.mp3") -- Starts playback of current music in stream Audio.MusicPlay() Audio.SeizeStream(0)
1) You wanna wrap that into the onStart function.
2) No need to seize the stream
3) Make absolutely sure the audio file level.mp3 is in the level custom graphics folder. (1 folder below the level file itself)