Search found 19 matches

by splungent
Thu Nov 11, 2010 10:16 am
Forum: G-Force General Discussion
Topic: Professional License Renewal
Replies: 5
Views: 2542

Thanks juxtiphi, that is good information. :D
by splungent
Wed Nov 10, 2010 4:38 pm
Forum: G-Force General Discussion
Topic: Professional License Renewal
Replies: 5
Views: 2542

Professional License

Hello, Sound Spectrum has sent me the info I need to download the professional license yesterday. I also had a ticket for many weeks. I suspect they are understaffed and or incredibly busy. It took a while but I got it straightened out. I sent a lot of emails and kept adding to the ticket.
by splungent
Fri Oct 29, 2010 12:50 pm
Forum: G-Force General Discussion
Topic: Professional License Renewal
Replies: 5
Views: 2542

Professional License Renewal

Hello, I renewed my professional license and made my payment via paypal on 10/22/2010. I am still waiting on a new licence code. Any idea on when this will be sent? Also curious if the license term starts from when I payed or to when it is downloaded? Any help in getting this resolved is greatly app...
by splungent
Tue Jun 08, 2010 8:19 am
Forum: G-Force Bug Reports
Topic: Beta 4.03b - Win 7 64 Bit - explorer window freeze
Replies: 0
Views: 1124

Beta 4.03b - Win 7 64 Bit - explorer window freeze

Version of your OS: Windows 7 64-bit Version of G-Force: Beta 4.03b CPU info: i5 Hello, All and all I have to say the new Beta is very good. So far I have noticed only one issue on my Dell Studio laptop. When I run the program with 2 monitors (G-Force open full screen on monitor 2) and I open window...
by splungent
Wed Apr 07, 2010 6:27 pm
Forum: G-Force General Discussion
Topic: Update/News
Replies: 18
Views: 7603

Andy,
I want to personally thank you for this release. I am sure you and your team put a lot of work into it. I know there was a lot of impatience concerning this release (myself included) but I am sure it will be worth the wait. Thank you again.
by splungent
Wed Apr 07, 2010 6:25 pm
Forum: G-Force General Discussion
Topic: Video Playback win 7 64 bit
Replies: 9
Views: 3646

Gentlemen,
Thank you for your responses. Things get lost in the shuffle sometimes, I understand. I want to thank you for your answers but now that 4.0 is out I think that should fix the issue. Thank you again.
by splungent
Sat Apr 03, 2010 5:25 pm
Forum: G-Force General Discussion
Topic: Video Playback win 7 64 bit
Replies: 9
Views: 3646

I hate to sound like a complainer but I sent a request for help with this matter to the support email and am still waiting for a response. I really like this product but am having second thoughts about the whole support situation. I did pay for the platinum version and paid for the professional vers...
by splungent
Sat Mar 20, 2010 4:38 pm
Forum: G-Force General Discussion
Topic: Update/News
Replies: 18
Views: 7603

I understand the update to 64 bit is a pain in the a$$ for Andy and the rest of the developers but I think it is necessary. The main reason it should be done is all the high end computer systems are all 64 bit with dual or quad cores. I just bought a windows 7 laptop with the i5 cpu and 8 gigs of ra...
by splungent
Sat Mar 20, 2010 4:28 pm
Forum: G-Force General Discussion
Topic: Video Playback win 7 64 bit
Replies: 9
Views: 3646

Thank you. I have sent a message.
by splungent
Sat Mar 13, 2010 2:47 pm
Forum: G-Force General Discussion
Topic: Video Playback win 7 64 bit
Replies: 9
Views: 3646

Video Playback win 7 64 bit

Hello everyone, I just got a new computer ( win 7 64 bit ) and installed the professional version of G-Force. Just about everything works well. The only issue so far is with video playback. Videos that worked when I was using a 32 bit XP install do not work with the windows 7 64 bit install. Is ther...
by splungent
Tue Dec 08, 2009 6:03 am
Forum: G-Force General Discussion
Topic: Adding a graphic
Replies: 3
Views: 2005

When starting a sprite via script you do not have to write the file extension.

If you had a file named Plasma.jpg...

StartSprite( "Plasma" );
is correct

StartSprite( "Plasma.jpg" );
is not correct
by splungent
Thu Nov 19, 2009 7:03 pm
Forum: G-Force General Discussion
Topic: Overlay Script Help
Replies: 10
Views: 4228

Thanks Mem! I appreciate the overlay text breakdown as it will keep me from asking a question about that. The text I was referring to was the "image title" in the image overlay function. Number 8: StartImageOverlay("1",2,3,4,5,6,7,"8",9) 1. Image Location 2. Fade in Duration 3. How long image remain...
by splungent
Thu Nov 19, 2009 11:16 am
Forum: G-Force General Discussion
Topic: Overlay Script Help
Replies: 10
Views: 4228

Overlay problem SOLVED!

Hello, I spent some time adjusting the path name using the POSIX and windows (I am using WINDOWS XP) path names, but could not get the overlay function to work. I then decided to do a complete uninstall and reinstall. I used to have G-Force platinum installed and had a suspicion that there may be a ...
by splungent
Wed Nov 18, 2009 11:16 pm
Forum: G-Force General Discussion
Topic: Overlay Script Help
Replies: 10
Views: 4228

Hello, Still no good. I tried using the posix style and naming a full path. I moved the image to the C: drive and tried both of the following: StartImageOverlay( "/Volumes/C:/splash.jpg", 3, 10, 3, 0.0, 0.5, "abcdefghij",-1, ss-OverlayBlend ); and StartImageOverlay( "/C:/splash.jpg", 3, ...
by splungent
Wed Nov 18, 2009 7:17 pm
Forum: G-Force General Discussion
Topic: Overlay Script Help
Replies: 10
Views: 4228

Thanks, I will try that.