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.
Noob Scripting question
Moderators: BTT, andy55, b.dwall, juxtiphi
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?