[FONT=Arial]
Hello. Having played around with Game Maker to my heart's content, I finally decided to sit down and actually create an RPG. Everything seemed to be going along fine until I decided to add in a video clip for the intro. Having carefully read the section in the help file devoted to creating pop-ups, adding highscore tables, etc., and experimented with what I learned from that section, I discovered that I still haven't a clue as to how to play a movie file in the game. Can someone please help me out of this unexpected dilemma?
Much appreciated,
The_Keeper
I am not sure why you are confuse! Just use this piece of code:
show_video(fname,full,loop)
fname = the filename of the video.
full = 0 or 1 (0 = full screen 1 = window)
loop = 0 or 1 (0 = only one time 1 = loop)