StartImageOverlay cache

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
densys
Posts: 2
Joined: Sun Nov 11, 2007 6:22 pm

StartImageOverlay cache

Post by densys »

Hi all,
I made this script that over lays an image on a visualisation, the image "TheDancer.png" is updated every few seconds.

The problem I have is that it caches the original image. So even after I have replaced it, it still shows the first image. Can this be turned off some how?

Here is the script

Code: Select all

00:00
SetConsoleVisible( false );
SetVerboseMode( false );
SetFlowField( "Rovastar - More Frontal Lobes");
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:03
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:06
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:09
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:12
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:15
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:18
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:21
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:24
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:27
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:30
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:33
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:36
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:39
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:41
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:44
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:47
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:50
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:53
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:56
StartImageOverlay( "c://TheDancer.png", 0.5, 2, 0.5, 0.5, 0.5, 1, "The Dancer", ss_OverlayAlphaBlend);
00:59

Run( "Ctrl 1.txt" );
Thanks

densys
Posts: 2
Joined: Sun Nov 11, 2007 6:22 pm

Post by densys »

I have also email sound spectrum support about this, and they not yet replied either?

Is there no way around this?

Thanks

Post Reply