Hello,
I'm new to AGS, and ive been struggling with this scripting for the last hour. I have scoured the internet for help but I still cannot get it to work.
So i have started making a game, so far with one room and the default character and a basic background.
I just want to get AGS to play an intro video in-game but when i Run the game, no video plays and the character enters the room after fade-in.
I have put the video file (tried mp4 and ogg formats) in both the Compiled and the Compiled/Data subdirectory of the main game directory in My Documents but none work.
Is there anything wrong with this room script?:
// room script file
// PlayVideo "YuniWorldDemo1.mp4",1, 1
thanks in advance
I'm new to AGS, and ive been struggling with this scripting for the last hour. I have scoured the internet for help but I still cannot get it to work.
So i have started making a game, so far with one room and the default character and a basic background.
I just want to get AGS to play an intro video in-game but when i Run the game, no video plays and the character enters the room after fade-in.
I have put the video file (tried mp4 and ogg formats) in both the Compiled and the Compiled/Data subdirectory of the main game directory in My Documents but none work.
Is there anything wrong with this room script?:
// room script file
// PlayVideo "YuniWorldDemo1.mp4",1, 1
thanks in advance