Hi, i've the same problem. I've put this script outside the scene tag Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <events onloadcomplete="delayedcall(100, hideintroimage() ); set(events.onloadcomplete,null);" /> <plugin name="introimage" url="intro.swf" align="center" scale="0.9" onloaded="set(alpha,0); tween(alpha,0.8);" onclick="hideintroimage();" /> <action name="hideintroimage"> if(plugin[introimage].enabled, set(plugin[introimage].enabled,false); tween(plugin[introimage].alpha, 0.0, 0.5...