GeometriX's Forum Posts

  • Does your game use physics? My game does and it's currently unplayable on Cocoon - does pretty much the same thing.

  • Hi everyone, here is a metronome application that I made, as I am currently studying guitar and found a distinct lack of offline metronome apps, or online ones that stored my previous settings. This app was designed purely for myself, but I hope any budding musicians find enjoyment from it!

    I'll be submitting it to the Google Play store soon, just waiting for some cash to come through so I can sign up as a developer.

    Please let me know if you experience any weird bugs or strange things. It should be pretty easy to use for anyone who's used a digital metronome before.

    Oh, I forgot to mention the keyboard shortcuts: numpad + and - to change speed, return to start/stop the metronome, and * to toggle the fourth beat beep thing.

    In-browser

    Offline download (22MB zip)

    Screenshot:

    <img src="https://dl.dropboxusercontent.com/u/14522925/Geonome/screenshot01.jpg" border="0">

  • I think what czar is saying is that he thought the update would allow users to change the colours of the events, like colour-code them however we want: red for testing, green for debug, blue for UI elements, or whatever.

    I honestly thought this update was going to bring that; guess I read wrong too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Probably easiest to use ASCII codes. Like alt+253 is �, and alt+252 is �.

  • This isn't a bug; your events 3 and 4 are cancelling out each other because they're effectively happening at the same time.

    This works, although it needs some cleaning up.

  • Well then you've obviously done something else wrong. Post your capx. Anything past this point would be purely guesswork.

  • Make sure the layout you go to has the right event sheet assigned to it. For games using one layout per level, it's usually a good idea to use a central event sheet which you include in each level's own sheet, or just assign a single event sheet to all of your levels.

  • I thought this was an interesting challenge, so I made an example for you: here you go. It also includes haptic feedback on mobile, because why not :P

  • I wouldn't call it a workaround, but you could make your own on-screen keyboard.

    To cut back on needing an event for every single key, put all the keys into a family, create a family variable called key or something and assign the corresponding letter to each key. When the user taps a key, add its key value to the end of a text object (the contents of which are tested to determine if the user is correct or now). Include a backspace key to remove the letter on the end of the text object.

    That should be all you need, I don't think different letter cases would be necessary.

  • Without your capx I'd just be guessing, but I'm fairly certain you've assigned the wrong event sheet to your start menu layout.

    What is your event sheet system looking like? If you're not doing so already, I highly recommend storing your main, reusable events separately, and then including them in the event sheet for each level where the level's parameters and special circumstances are set.

  • Random doesn't produce whole numbers, so you need to round it off somehow. I suggest you use floor(random(4)).

    Heh, "the random issue" has come up so often lately.

  • Not sure why you were using UID - what you want is the position of the burger object. Store that as two variables upon clicking on the burger, and then use those variables as the X and Y spawn location of your towers.

    Updated capx.

  • Aaaand you're using a third-party plugin, which I'd then have to find, download and install. Most people here don't really go for that.

    I'm almost willing to bet that this plugin is a cause of your problems, though. Duplicate your project and strip out the third-party plugin, use the regular platform behaviour instead, just for testing purposes, and see if you get the same issues.

  • You need to share your project as a capx. Go to file -> Save as single file.

    Also, if you put it in the public folder, you'll be able to link directly to the file itself.

  • For the educational purposes of this forum, I hardly think Nintendo or Capcom is going to come storming in here, brandishing a lawyer in one hand :P

    So yeah, feel free to share. I often see people using ripped graphics and, for this purpose, I don't see anything wrong with it. The content is hosted externally anyway, so I don't see how Scirra could get in trouble for it.