Myton Music's Forum Posts

  • Royal darkness — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-music/royal-darkness-1478

    <p>Military war-like sounding track. Lots of drums included.</p>

    Use this topic to leave comments, ask questions and talk about Royal darkness

  • Go with it! — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-music/go-with-it-1320

    <p>A nice laidback tune.</p>

    Use this topic to leave comments, ask questions and talk about Go with it!

  • Lounge it! — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-music/lounge-it-1283

    <p>Happy and up-tempo tune.</p><p>Gives you a bit of a holiday feeling...</p>

    Use this topic to leave comments, ask questions and talk about Lounge it!

  • Thanks!

    There's more where that came from

  • Chill 'n reggae — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-music/chill-n-reggae-553

    <p>Easy going and laidback reggae-track.</p><p>No vocals and no whistles and bells; just background music.</p><p>If you're in need of exclusive game music or want some specific music, just drop a mail to appsforandroid66@gmail.com</p>

    Use this topic to leave comments, ask questions and talk about Chill 'n reggae

  • Ok, that makes sense...

    Well, to be honest, I would be surprised if my code DIDN'T have logical errors in it

    Maybe, given the fact that I still have a lot to learn, you would be so kind to point out some errors?

    You don't need to give me the right code or whatsoever but if I know what's wrong, I can try to figure it out myself.

    So far the game does what I want it to do, but I'm sure there are many things to improve!

    Thanks so much again!

  • Yeah korbaach,

    that works!

    Although I don't really get the logic behind it....

    Thanks a lot!

  • All the solutions don't seem to work after all...

    The problem is that I also use a 'on any touch end'; I think the problem might be caused by this one...

    I'll post my capx, maybe things are more clear then.

    Aim of the game is to destroy the yellow blocks by shooting them.

    To make things easier, if you click somewhere on the screen a line is drawn from the player to this point so you can see where the bullet will hit for the first time.

    This way it's easier to 'calculate' where the ball should hit a wall or a blue block...

    I'm really stuck here...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi BrunoPalermo,

    many thanks for your fast reply!

    I tried both methods and got the first one working!

    Although I did have to put a 'system wait for 0.1 seconds' at the (new) start of the layout...

    Doesn't matter: it works now!

    Thanks a whole bunch!

  • Hi there,

    I've got a bit of a problem here which I can't seem to be able to solve on my own...

    I'm working on a project/game for a smartphone so I'm using the touch object: if the player touches the screen (is in touch), a bullet is fired.

    If a player isn't able to finish a level, a text called 'restart' appears. The player will have to touch this text so the level starts again.

    Both 'touches', firing the bullet and restarting the level, work.

    The problem is that when the player touches the 'restart' text, a bullet is also fired because of the 'is in touch'...

    I hope the issue is clear enough?

    I've looked through the tutorials, the manual and the forums, but couldn't find anything...

    Can anyone help me solve this issue?

    Again many thanks in advance!

  • Hi there,

    I've uploaded my first C2 creation to the Google Play Store.

    You can find it by the name "Hit the blocks".

    If you add the quotations marks, it's much easier to find!

    https://play.google.com/store/apps/deta ... icservices

    Given the fact that I still have a lot to learn, any feedback would be welcome!

    Many thanks in advance!

  • Hi mindfaQ,

    many thanks again for your reply!

    At the moment I'm working on an other project.

    As soon as I revert to this project again, I'll try to follow/understand what you're doing in attached project.

    THANKS!

  • Hi Codah,

    this sheds a bit of light on the loopindex.

    I'll see if I can experiment a bit with it.

    Thanks for your quick reply!

    Have a nice day!

  • Hi there,

    might seem as a bit of a strange question to ask here, but I've following all kinds of tutorials on arrays.

    In many capx's I find the 'loopindex' but I haven't been able to figure out exactly what it does or how to use it...

    I've also looked into the manual, but that doesn't really clear up things for me.

    Any help, maybe with some simple example, would be appreciated.

  • Hi mindfaQ,

    thanks a lot for the work you've put into this example!!

    I've been able to reproduce the project (simply by typing what YOU typed )

    Now I'll have to try to figure out what's really happening here...as I mentioned in my post: I'm not too good at arrays...

    Any tutorials or 'reading stuff' you could suggest on arrays?

    Thanks again!!