bilgekaan's Forum Posts

  • Elliott Thanks for the reply. But still, it won't appear on the screen. The div is in the elements and if I disable overflow: hidden; I can see that it's below the canvas.

    I think I should edit the canvas height from runtime.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Elliott The page is regular Construct 2 HTML5 export index page.

    I want to put a div under <div id="c2canvasdiv">.

    <body> 
    	<div id="fb-root"></div>
    	
    	<script>
    	// Issue a warning if trying to preview an exported project on disk.
    	(function(){
    		// Check for running exported on file protocol
    		if (window.location.protocol.substr(0, 4) === "file")
    		{
    			alert("Exported games won't work until you upload them. (When running on the file:/// protocol, browsers block many features from working for security reasons.)");
    		}
    	})();
    	</script>
    	
    	<!-- The canvas must be inside a div called c2canvasdiv -->
    	<div id="c2canvasdiv">
    	
    		<!-- The canvas the project will render to.  If you change its ID, don't forget to change the
    		ID the runtime looks for in the jQuery events above (ready() and cr_sizeCanvas()). -->
    		<canvas id="c2canvas" width="854" height="480">
    			<!-- This text is displayed if the visitor's browser does not support HTML5.
    			You can change it, but it is a good idea to link to a description of a browser
    			and provide some links to download some popular HTML5-compatible browsers. -->
    			<h1>Your browser does not appear to support HTML5.  Try upgrading your browser to the latest version.  <a href="http://www.whatbrowser.org">What is a browser?</a>
    			<br/><br/><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft Internet Explorer</a><br/>
    			<a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a><br/>
    			<a href="http://www.google.com/chrome/">Google Chrome</a><br/>
    			<a href="http://www.apple.com/safari/download/">Apple Safari</a></h1>
    		</canvas>
    		
    	</div>
    	<div>THE DIV I WANT TO PUT</div>
    
    .
    .
    .
    .
    
    [/code:gk4l4sfq]
  • I want to put a div below canvas and canvas should fit empty are of the screen. When I put the div above the canvas, it works perfectly but when put it below, div won't appear.

    Is there anybody now how can I achieve this?

  • +1

  • Bobgames Hey, there isn't documentation for reskinning. You need a basic knowledge of C2 to reskin it.

  • Bobgames Hey, there isn't documentation for reskinning. You need a basic knowledge of C2 to reskin it.

  • Unconnected you can compare it with 0 or 1. 0 is false, 1 is true.

  • drzanuff long but worth reading. <3 Great post!

  • digitalsoapbox Don't get me wrong, I always like to see improvements. I also encounter the jump thru bug and some other weird problems. I wrote TNP's recommended specs because you said: "Recommended specs will always be high." And It sounds like every polished game should have VR Ready PC specs.

  • Ribis If you're not going to optimize your effects, particles and graphics, even you use the most optimized engine, you will fail.

    digitalsoapbox The Next Penelope rec. specs on steam

    OS: Windows 7/8

    Processor: 2.4 GHZ

    Memory: 2 GB RAM

    Graphics: Nvidia Geforce 600 series or higher

    DirectX: Version 9.0c

    Storage: 1 GB available space

  • digitalsoapbox I just saw Sombrero's recommended specs on steam.

    OS: Windows 10

    Processor: Intel Core i7

    Memory: 8 GB RAM

    Graphics: Nvidia GTX 980 or equivalent with 8GB VRAM

    DirectX: Version 11

    Network: Broadband Internet connection

    Storage: 500 MB available space

    Additional Notes: Best played with a 2 stick controller

    I think you should definitely use something other than Construct.

  • Jaydon +1

    is right. Nobody would choose to subscribe. But If Scirra thinks that subscription suits best I don't mind to paying even more than $99/year.

  • +1

    I think they will release the beta version in 3 months :d