mercuryus's Forum Posts

  • Cryttexx

    [quote:142x3dqe]What do you want that i should add next?

    Add a menu and a splash screen before the 1st level starts where the conditions of different boxes (including a sprite of the box) are listed.

    Ingame you can also add the different box shapes with the related pricing.

    Once again: cool idea! Keep it on...

    ps: i see on the games splash the robot sprite has a higher resolution.

    You should change the resolution of the robot ingame (it looks bit pixelated)

  • Time for new screens:

    A boulder:

    and a lava pit:

  • Probably i missunderstood.

    Redownload - now you can dnd also the childs (but not make a clone of them)...

  • wehehe your welcome

  • Yes - all you want to do is possible.

    You can hire me if you want me to create a game for you.

    But I've updated the capx to disable child-dnd (because it's also just one line).

  • http://www.gameus.de/c2/dnd_clone.capx

    is that what you need?

  • I'm not shure if it is a good idea if i send you the ready code.

    Isn't it you want to create a game? You hav to learn how to use C2....

    But if it's a big help post your capx and i will se what i can do.

  • 1. If your player starts attaking, you have to set the perfect position for the attack by code (or just attack if he is in the right position range).

    2. You have to change the moving direction related to the direction you want to move (e.g. not mirrored ->, mirrored <-) by code.

  • simply clone on drag start

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • sounds like a bug - but i cant reproduce this.

    share capx?

  • ...

    How do you find the time???

    If you love something you always find time to spend

    To some degree I understand the problems with subscription based services. Especially for hobbyists (like myself, I try to convert though) this is a dealbreaker. But lets face it, iirc...

    ...

    Just my 2 cents

    It's not the price. It's just another automated cashflow.

    (I don't like this - so i also still use photoshop CS3 - it has all i need)

    But there's another thing with C3 - the online project storage with all it's negative aspects)

  • I think most C2 developer do not have the money to host their own website.

    On the other hand - steam, google play, ... are shops where you can sell your app without you must manage big task to handle the cash transfer.

    |||

    VVV

  • use every X seconds

    or

    make a helper variable set on each shot and decrease it permanent with factor timescale if it's>0, check before each shot on helper var <=0.

  • you can make it a string (str(var)) and use the mid function to get a specific character

    or

    calculate the value with math: h=int(var/100), t=int((var-h*100)/10), s=var-h*100-t*10 (in this order)