Game Development Community

Calling AVI cPlay() ??

by Mike Wigand · in Torque Game Engine · 02/27/2002 (9:42 am) · 1 replies

I've created a new GuiAVIBitmapCtrl located in mainMenuGui.gui, now I need to call setFileName() and Play(), Stop(), etc... Where does GuiAVIBitmapCtrl interact with the start of the game? Where can I call Play()?

#1
02/27/2002 (11:24 am)
Well, if you wanted it to play for a player when they entered a game, you could do it when the player is dropped into the game (gameconnection::onentergame() or something to that extent, in game.cs).
ryan