music.Load

Load a song to play.

Syntax

music.Load(songAddr)

Parameters

  • songAddr - Addr of the song object to play.

Returns

This command returns no values.

About

To load a song, call music.Load using the Addr function of the song object as an argument. Only one song can play at a time. Loading a new song will stop any currently playing one.

music.Load(mycoolsong.Addr)