Print Page | Close Window

Intro Movie

Printed From: Mirage Source
Category: Tutorials
Forum Name: Temporary Archive (Read Only)
Forum Discription: Temporary 3.0.3 archive tutorials, will be deleted when converted.
URL: http://ms.shannaracorp.com/backup-forums/forum_posts.asp?TID=190
Printed Date: 20 December 2006 at 5:53pm
Software Version: Web Wiz Forums 8.01 - http://www.webwizforums.com


Topic: Intro Movie
Posted By: Sync
Subject: Intro Movie
Date Posted: 11 February 2006 at 3:24pm
well this is my first tut, and its for all you people that wanted to add an intro movie to your game.

first of open the components menu (CTRL + T) and add Windows Media Player controls (At the bottom) to your project.

then make a new form mine was called FrmIntro.

place the windows media player on your form and resize to what you want.

after that choose Custom from the properties menu and point it to your movie/url and click ok.

then open ModGameLogic and go to Sub Main()

and find

frmSendGetData.Visible = True
    Call SetStatus("Initializing TCP settings...")
    Call TcpInit


aftre this add:

frmIntro.visible = true


then on frmIntro and add a pic buttom called picSkip and add this to the code:


Private Sub picSkip_Click()
Unload Form1
frmMainMenu.Visible = True
End Sub


then Boom run your game and you have your intro movie



Print Page | Close Window

Bulletin Board Software by Web Wiz Forums version 8.01 - http://www.webwizforums.com
Copyright ©2001-2006 Web Wiz Guide - http://www.webwizguide.info