can we add custom html5 panels/forms in game index file

0 favourites
  • 3 posts
From the Asset Store
Source code, art assets and music tracks to remake this game
  • after i export my game in cocoonjs i get index file , that index file contain only following code

    <html>
    	<body>
    		<script src="c2runtime.js">
    		</script>
    	</body>
    </html>[/code:1j2b524d]
    
    I was wondering can i add html based forms and sub pages in this index file ?  I did the same thing using android with crosswalk but the cocoonjs exported code is totally un managed and unorganized without folders... If anyone has done this before if yes then kindly share your experiences and samples???? 
    
    Note: i tried to add few things but nothing works
  • Have you looked at this yet?

    https://www.scirra.com/tutorials/60/con ... -indexhtml

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • yes i have looked at this tutorial ..but the author has not target the cooconjs , my problem is I am using

    cocoonjs since i need to make my game for ios. So when i export my construct2 game using cocoonjs then the index file i see only with the following code.

    <html>

    <body>

    <script src="c2runtime.js">

    </script>

    </body>

    </html>

    Now i do not know how to go with this one...suppose if i need to create a div panel then shall i add this script js inside or it will load it by it self ??? I need to create a proper web form using div , i have used APP Framework of IntelXDK but when i test it with launcher in ios i see abnormal screen..

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)