[31 Jan 2010] Function PlayMusic ()
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 31 Jan 2010 00:44:20 +0100
Hi
i am trying to execute this simple script but for some reason i get an error when trying to compile it or display it..
here the code:
What's wrong in my code ?
Thanks Davide
Hi
i am trying to execute this simple script but for some reason i get an error when trying to compile it or display it..
here the code:
Code: Select all
@DISPLAY {Title="Prova", X=50, Y=50, Width=800, height=600}
@MUSIC 1, "mod.intro"
PlayMusic(1,{times=0})
Print("Ciao Mondo!")
WaitleftMouse()
End()
Thanks Davide