Zathan's Forum Posts

  • Dude, I love you.

    Got something for music? I have a copy of Mixcraft 6 and Fruity Loops, but I have no idea what to do with 'em besides mess with Midis and make them sound pretty.

    Sorry, I've never worked with music :\</p>

  • Ok

    zenox98, eu coloquei o link do tutorial também, más o próprio fórum apaga automaticamente. Más eu entendi o que você disse, ok

    Obrigado!

    kk Não adianta você responder em pt-br... faz o seguinte, qualquer dúvida me manda uma mensagem que, se eu souber responder, vai ser um prazer.

  • http://www.bfxr.net/

    you can create any type of "retro" sounds.

  • when I drag the spriter's animation to C2 and run the project, I get this error:

    "Javascript error!

    Uncought TypeError: cannot read property 'name' of

    undefined"

    -I've already setted up the 'custom save options';

    -The animation was made without bones, but i've tried with them too;

    -I'm using the latest version of spriter and spriter's plugin;

    Any tips? Thanks.

  • Here's a good list of the songs with their release year:

    http://bioshock.wikia.com/wiki/BioShock ... Soundtrack

    and here's a list of copyright lengths by the countries:

    http://en.wikipedia.org/wiki/List_of_co ... ht_lengths

    I think the European law is more human readable than the U.S one. There are some exceptions to that 70-years i U.S laws. It can also be 120-years if the content was created by corporation or if the copyright has been extended.

    I should also state that I'm not a lawyer and I'm not providing any legal advice.

    Hmm.. ok

    Thank you very much <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • If you are talking about "Ten Cents A Dance" I think it's recorded 1930, so I think it's free to be used now. I believe it's 70-years after the artist have died that the copyright expires and it is then free for everyone.

    http://en.wikipedia.org/wiki/Berne_Convention

    In Bioshock 2 there are several songs that play during loading screens. All seems to be very old.

    Is there any way to know FOR SURE if the music doesn't have copyright?

    I don't want any trouble.. lol

    And yes. Ten Cents a Dance is one of them <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • I would like to use those songs in a project..

    are it free to use? it seems to be old as hell. lol

  • Bump :\</p>

  • The answer to any question like this is always, "It depends." First, we don't know what you would consider "worth it." Second, if you are only placing your project on the Chrome store then, not matter if you are selling or getting ad income, you are limiting your income. In any case, my humble suggestion would be to place a free ad supported version and a premium paid version to max your income. You will get far more downloads on the f2p version and if people like it enough that they are willing to pay to be rid of the ads, you will get a little added income.

    hm... i like that free and premium idea

    If your game is high quality, and visually appealing, then it would probably be worth it, otherwise, you won't get many sales for a low quality game.

    Your typical average quality game would be under a dollar, typically 99 c.

    Mind showing us a preview or link us your game?

    My new game is in early stage of development.. but anyway, I don't intend to make 'visually stunning graphics'.

    I'll make it as interesting as I can.

    Thanks for the tips

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You have to get creative with that, In my game, I initiated shooting whenever the rotation joystick is touched. It's difficult because you can only evver depend on two fingers being used at the same time on mobile. Anymore becomes cumbersome for the player.

    Sorry about the bugs. I have to update that post and my blog article. I fixed those bugs in my game.

    hehe thank you for the tips

  • I think almost every game on that market are free. But it seems to me that advertisements not yield much...

    So, I want to sell. It worth it?

  • I forgot one thing... my game is a top down shooter.

    The player has to be able to move around AND AIM... so, two joysticks.

    I think there's no way to do it in mobile... because he still has to shoot.

  • I posted a thread on here about how to make dual joysticks for a game I'm making, something with similar needs to yours. I had a reply in that thread about doing it a different way.

    I ultimately liked my solution more because the joystick is created on touch and destroyed when the finger is released from the touch screen. For me, it solved a unique problem with touch screens. They don't have tactile feedback, they are all different sizes, and everyone has different sized hands. The way I did it, the neutral zone for the joystick is created and reset every time the player touches the touch screen. It also supports 8 way movement which is kind of what you want.

    The link to that thread is here: https://www.scirra.com/forum/viewtopic.php?f=147&t=103562

    I posted the same thing on my blog here: http://kurie.us/how-to-make-dual-joysticks-in-construct-2/

    Hopefully that'll give you an idea to work with. The thread here has two different solutions, mine and one that someone else posted.

    I will state that the solution I posted is for a layout size the same size as the window size. I had to modify that solution to work with a larger layout size. I have it working really nicely now and it's very responsive. I still have a bug to fix that if a lot of touches are placed extremely rapidly, it confuses it a bit. That should be easily fixed though, and for your solution, only needing one joystick, it should be non-existent (because of using buttons rather than a second joystick).

    Take a look, and if it interests you, I can post a modified version of my current game with a lot of stuff ripped out of it so you can see what I did with the two joysticks in a large layout.

    Hopefully that at least gives you a start and a few ideas to work with.

    Edit: to give you an idea of what I did for larger layouts, I ended up setting the control layer in a separate layer without parallax and pinning the control graphics to the touch pad object. That'll make a lot more sense if you look through the code I posted.

    it's awesome, dude. thanks!

    but it has some bugs when i move the mouse quickly.. :/

    I found a tutorial with this result: studioryu.net/dev/touch_analog_tutorial

    I'll take a look

  • What a title lol

    well... my game will have, basically, 7 controls:

    up (forward)

    down (backward)

    left

    right

    (also, preferably, diagonal movements too)

    shoot

    reload

    change weapon

    for the last 3, I'll do on-screen buttons, but what about the player movement?

    Thanks

  • A project exported using Crosswalk with Clay.io plugin works fine? Bugs? Incompatibility?

    I'm planning to put my game on Google Play.

    Thanks