Moving sprites in a script

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
invaderstink
Posts: 1
Joined: Sun Dec 17, 2006 12:50 am

Moving sprites in a script

Post by invaderstink »

I have a video file that i want to play simultaniously in all 4 corners of the screen. Heres what i have so far

Code: Select all

SetSlideShow( CONFIG_PARTICLE, FALSE );



StartSprite( "A.Scanner.Darkly[2006]DvDrip[Eng]-axxo", ); 

SetWaveShape( "Simple Vertical", 0 );
SetColorMap( "Hero", 0 );
SetFlowField( "Right Turn", 0 );
SetNextFlowField( "Noise", "", 30, 5 );

0:20

SetSlideShow( CONFIG_PARTICLE, TRUE );

StartParticle( "Spinning Plane" );

0:20

SetSlideShow( CONFIG_PARTICLE, FALSE );
any help would be great.

thanks in advance.

Post Reply