TheDom's Forum Posts

  • What do you mean, the sound file is open? The Folder for sound in C2? The sound is playing?

  • I don't know any games like that but, here's a solution to code the scenario:

    Create a Global variables and set their propertied to text. For example"

    Global Answer Text Answer_1 = "Your Answer 1 Here"

    and another to declare what number question is being asked

    Global Question Number = "1"

    Then create a multiple condition

    Some Button > On Clicked

    Global Question Number = "1"

    TextBox = "Your Answer 1 Here" > Then do something

    Else > Do something else

  • What behavior are you using for the player movement?

    If he's always animated when moving, you could use (under animations) on any finished.

    If he's using platform behavior, you can use "on stopped" under "platform animation triggers" or

    use "is moving" but inverted.

    If your using 8 direction behavior, you can use "is moving" Inverted.

    You don't need to use "every tick". That would be an improper use "every tick".

    Hope this helps.

  • I've been putting some thought into that. The problem is, I don't have access to who actually purchases the EBook when it's purchased from a source other than my site and I need to design a way to address this however, in the meantime, If you purchase through my site, you can always email later and I can arrange it by having you PayPal me direct, after which, I can email a Full edition. I always try to accommodate everyone.

    Hope this helps and good luck with your games.

  • Add the following to the lines to the index.html file:

    <script>

    if(navigator.userAgent.match(/Android/i)){

    window.scrollTo(0,1);

    }

    </script>

    ------------------------------------

    <script>

    // When ready...

    window.addEventListener("load",function() {

    // Set a timeout...

    setTimeout(function(){

    // Hide the address bar!

    window.scrollTo(0, 1);

    }, 0);

    });

    </script>

    ---------------------------------------------------------------------

    <script>

    function hideAddressBar(){

    if(document.documentElement.scrollHeight<window.outerHeight/window.devicePixelRatio)

    document.documentElement.style.height=(window.outerHeight/window.devicePixelRatio)+'px';

    setTimeout(window.scrollTo(1,1),0);

    }

    window.addEventListener("load",function(){hideAddressBar();});

    window.addEventListener("orientationchange",function(){hideAddressBar();});

    </script>

    --------------------------------------------

    I use all 3 together to remove the address bar.

  • Kyatric Thanks for fixing that.

    fldr All of the publishers listed are active existing publishers for HTML5 games. In my experience the publishers tend to have buying cycles. Whether a publisher is expanding it's portfolio of games this month, the next, or 3 months from now, I can't say. They all operate on their own timetables for licensing games.

    The HTML5 version contains all of the Flash publishers as well because many Flash publishers are now licensing HTML5 Games because Flash games are on the decline.

    Everything that's in the HTML5 version, is also in the Full version. The Full Edition has a lot more resources, including a complete list of all app stores.

    You can check it out here on my website http://neoprofessor.com/?page_id=55. There is a comparison chart, so you can see the difference between editions.

    The HTML5 version is basically for developers looking to sell non-exclusive and exclusive licensing of their games.

    The Full version goes beyond that to include resources for those developers looking to take their games to app stores.

    In a nutshell that's the primary difference.

  • Yes

  • I can't see enough of what's going on here. Is "Music" a global variable?

    I think what you need to do is create global variables to define the exact music files you want play and use the "System object to set the URL of a music file. For example:

    Create a Global Variable

    Global Text = "URL_1"

    System> On Start of Layout > System> Set URL_1 to http://www.yourdomain.com/music_file_1

    It's a simple example but, should get you in the right direction.

    Hope this helps

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • A graphic would help understand better. If I get your meaning, I would make the 6 sprites part of a family, and use the family to set the movement in unison. like using Rex's "Move to" plugin for specific movements. As far as the rotation goes, I would make the 6 sprites animations to handle the rotation and set collision properties for each frame of the animation.

    Hope this helps.

  • Here's a couple of tutorials to get you started using the "sprite font" object in C2.

    https://www.scirra.com/tutorials/684/how-to-create-sprite-fonts

    https://www.scirra.com/.../sprite-fonts-the-how-what-when-where

  • I'm not sure what exactly the problem is that you are having. Have you considered using sprite fonts?

  • Well, the size seems a bit large to be scaling down. Doing so uses more memory. Try resizing the images to the correct size so C2 doesn't have to. I've found similar issues when scaling down, even just a little.

  • You need to do a search in the tutorials. There is a tutorial that covers using Admob.

  • It was just luck. I happened to see your post. My eye is attuned the words "The Big List". Sorry, I don't know when I'll have an opportunity to get it on the store. I just got my new website up and I'm back logged with work. Could be a few weeks.