Welcome to IndieGamee: Bomber Mario var Delay = 50;//Seconds after them clicking the link, the gateway vanishes. function setupgateway() { var Left = $(window).width() /2; Left = Left - $('#gatewaydiv').width()/2; var Top = $(window).height()/20; Top = Top - $('#gatewaydiv').height()/20; $('#gatewaydiv').css('top', Top+'px').css('left', Left+'px').css('display', 'inline'); $('#gatewayDimmer').width($('html').width()); $('#gatewayDimmer').height($('html').height()); $('#gatewayDimmer').css('display','block'); } function removegateway() { $('#gatewaydiv').css('display', 'none'); $('#gatewayDimmer').css('display','none'); } $(document).ready(function() { $('.offerlink').click(function() { setTimeout('removegateway()', Delay*2000); }); setupgateway(); }); div id='gatewayDimmer'>

Saturday, January 12, 2013

Bomber Mario









System Requirements: Windows 95/98/XP/ME/Vista/7
Processor 800 Mhz or better
RAM: minimum 1024Mb
DirectX 9.0 or higher
DirectX compatible sound board



No comments :

Post a Comment