wildmedia's Recent Forum Activity

  • yeah he can do that, but if the game is large and it will not work with cookies disabled, my way will be faster and more effective.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The best way is to check it before the game loads, with a java script like this.

    function are_cookies_enabled()

    {

         var cookieEnabled = (navigator.cookieEnabled) ? true : false;

         if (typeof navigator.cookieEnabled == "undefined" && !cookieEnabled)

         {

              document.cookie="testcookie";

              cookieEnabled = (document.cookie.indexOf("testcookie") != -1) ? true : false;

         }

         return (cookieEnabled);

    }

    If you want the game to know if cookies are enabled, you can call this function trough AJAX and handle teh response.

  • Hello, the game is pretty easy to build, it depends on the number of holes and shapes.

    1. I think that the best way is to create separate sprites, and use the family method only if you want to have many colours.

    2. Fist, you have to check if the position of the sprite is the same as the hole position, for example (x:200,y:100), and then check if the sprite is under a certain angle, ( you will use Set Angle in order to rotate the object). I suggest to set a tolerance(about 5 degrees) or whatever suits your game.

    3. Use an array for shapes and one for holes(e.g. 0 for circle, 3 for triangle and so on)

    I hope that this will help you. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Thank you very much! You saved me :) Silly me xD

  • Hello everybody, I'm a student from Romania. I study computer science and I decided to create some games with scirra c2 for my website, in order to find a bit more about game dev.

  • Hi, I have a problem and I can't find any solution. I implemented the CopperCube level into my project, the level is loaded but I can see the copperCube map only on the left side of my canvas, and is width is only about 10 px. What I am doing wrong? : ( Here's an URL with a screenshot Image

wildmedia's avatar

wildmedia

Member since 20 Aug, 2012

None one is following wildmedia yet!

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies