Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 14,540 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
intro movie before game starts #73348
05/06/06 08:22
05/06/06 08:22
Joined: Apr 2006
Posts: 33
T
Tyger Offline OP
Newbie
Tyger  Offline OP
Newbie
T

Joined: Apr 2006
Posts: 33
can anyone tell me how to play a intro movie before the game starts?


===>www.tygamez.be.tt<===
Re: intro movie before game starts [Re: Tyger] #73349
05/06/06 08:47
05/06/06 08:47
Joined: Mar 2006
Posts: 28
Germany
C
Can Offline
Newbie
Can  Offline
Newbie
C

Joined: Mar 2006
Posts: 28
Germany
Hi.

FORUM-SEARCH helps!

Look here

Greetings,
Can


Gamestudio Commercial 6.31.4/6.40.5 www.3dcg.de
Re: intro movie before game starts [Re: Can] #73350
05/06/06 10:54
05/06/06 10:54
Joined: Apr 2006
Posts: 33
T
Tyger Offline OP
Newbie
Tyger  Offline OP
Newbie
T

Joined: Apr 2006
Posts: 33
i did forum search but all i found was load screen


===>www.tygamez.be.tt<===
Re: intro movie before game starts [Re: Tyger] #73351
05/06/06 11:41
05/06/06 11:41
Joined: Apr 2006
Posts: 33
T
Tyger Offline OP
Newbie
Tyger  Offline OP
Newbie
T

Joined: Apr 2006
Posts: 33
when i start it i get a white screen and i can hear the voices from the movie
why do i get the white screen?


===>www.tygamez.be.tt<===
Re: intro movie before game starts [Re: Tyger] #73352
05/06/06 11:41
05/06/06 11:41
Joined: Mar 2006
Posts: 28
Germany
C
Can Offline
Newbie
Can  Offline
Newbie
C

Joined: Mar 2006
Posts: 28
Germany
I did a search with option past 1 year for intro and found many.


Gamestudio Commercial 6.31.4/6.40.5 www.3dcg.de
Re: intro movie before game starts [Re: Can] #73353
05/06/06 11:53
05/06/06 11:53
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
I guess your movie has not the same codec which 3DGS uses for movie playback.

Not sure though.

Re: intro movie before game starts [Re: Xarthor] #73354
05/06/06 14:51
05/06/06 14:51
Joined: Jan 2006
Posts: 179
Cemper Offline
Member
Cemper  Offline
Member

Joined: Jan 2006
Posts: 179
Quote:

I guess your movie has not the same codec which 3DGS uses for movie playback.




If this is right, GX::Transcoder is a good video converter - it converts all codecs I know and much I don't know


Was nie begonnen, kann auch nie scheitern. (Mit anderen Worten: Leg dich aufs Sofa und sieh fern )
Re: intro movie before game starts [Re: Cemper] #73355
05/06/06 18:31
05/06/06 18:31
Joined: Oct 2003
Posts: 2,628
IL,US
FeiHongJr Offline
Expert
FeiHongJr  Offline
Expert

Joined: Oct 2003
Posts: 2,628
IL,US
not sure if itll help but on my site (its in my sig) i have a small demo file playing an avi movie in a few situations. I tryed my best to comment the code and it has helped a few others. I beleive its under tutorials. Hope it helps.


http://www.freewebs.com/otama_syndicate/index.htm - Each master to his own technique.

- Not me said the bee, Nor I said the fly.
Re: intro movie before game starts [Re: FeiHongJr] #73356
05/07/06 18:08
05/07/06 18:08
Joined: Aug 2004
Posts: 2,215
I
ISG Offline

Expert
ISG  Offline

Expert
I

Joined: Aug 2004
Posts: 2,215
This is a question thats asked quite often and here is your answer:

---------------

String Intro_vid = <Intro.AVI>;
String Intro = <Intro.WMB>;

Function Main()
{
wait(1);
media_play(intro_vid,null,100);
while(media_playing(media_handle)) { if(key_space) { media_stop(media_handle); } wait(1); }
wait(1);
level_load(Intro);
wait(1);
}

---------------

You must have Commercial or Professional version I do believe for this particular script to work, not sure exactly but it works for sure.


Ground Tactics - Coming Soon
Ground Tactics OFFICIAL WEBSITE
Re: intro movie before game starts [Re: ISG] #73357
05/12/06 20:58
05/12/06 20:58
Joined: Apr 2006
Posts: 33
T
Tyger Offline OP
Newbie
Tyger  Offline OP
Newbie
T

Joined: Apr 2006
Posts: 33
and bitmap? how do i do that?


===>www.tygamez.be.tt<===

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1