Noob Scripting question

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
ckdproductions
Posts: 1
Joined: Thu Aug 24, 2006 12:52 pm

Noob Scripting question

Post by ckdproductions »

I am trying put a logo called V2 in the background G-force. I am using this command I got off of this message board.

00:00

StartSprite( "V2",86400,kParticleFlags_ShrinkToFit | kParticleFlags_EnlargeToFit | kParticleFlags_MaintainAspect | kParticleFlags_DontCrop | kParticleFlags_AlphaBlend);
24:00:00 Run("CTRL A");

I cant seem to get it to work. Where do you save the actual image on your harddrive??? I have tryed it in both the scripts folder and the non auto sprites folder. please help ASAP. thanks Chris.

User avatar
chkman
Posts: 329
Joined: Mon Aug 08, 2005 12:36 pm
Location: Greensburg, PA

Post by chkman »

There is just C:\Program Files\SoundSpectrum\G-Force\Sprites nowadays. There is no auto/non-auto with the current version of G-Force. What version are you running? And what is the file extension for V2? G-force can do BMP and JPG, I believe, but needs QuickTime installed to do GIF files. Otherwise the script should work if you are calling it "CTRL A.txt" and typing Control A while G-Force is running. But some players capture certain control keys and don't pass them to G-Force. You might have to change the name to another control character. Confused yet?

Post Reply