OddConfection's Recent Forum Activity

  • Here's a simple example for you:

    [attachment=0:16t1fvjw][/attachment:16t1fvjw]

    It will randomly play a music track when the layout starts (or the music ends). It will also do a check so that it doesn't repeat a track.

    No music is included, but it should work if you add music with names Track1, Track2, ..., Track5.

  • kepoly

    Aside from separate layer + parallax(0,0) already mentioned, you might want to give the HUD elements the Anchor behaviour so that they maintain their position relative to the edges when scaling to device resolution.

  • Thanks for adding more free music to your site.

    I'm using one of your tracks in a small game I'm making. I'll be sure to donate if I actually make any money from it.

  • Developotato

    Why are you creating the Damage text off the layout and then immediately setting it to a random location in the same event?

    Why not just create it at the random location to begin with and just use one action instead of two?

    e.g. Create object Damage on layer 1 at (round(random(1,250)),round(random(80,300)))

    And if you follow that with Damage(Text)->Set text to Damage it should only set the text for that text object, but I'm guessing that's what you realized

  • abdool

    Consider using the Sprite Font object instead of Text, but otherwise the method Robsta described is correct.

  • imothep85

    If you do something like this:

    Sprite->Is dragging
       Sprite.X = Touch.X - Touch.X%60
       Sprite.Y = Touch.Y - Touch.Y%60[/code:26dsvroz]
    It should only allow the sprite to be dragged in 60px blocks.
    
    If you use Mouse instead of Touch, replace Touch.X & Touch.Y with Mouse.X & Mouse.Y
  • Naji

    Well if you read the pages linked it's described as an MMO, it's just not an MMORPG, but there is more than one type of MMO.

  • Check out Epic Space. It's an infinite space MMO created with Construct 2, although they didn't use the multiplayer plugin.

    It was one of the first Construct 2 games to get through Greenlight and is available on Steam.

    [quote:18mzf7wz]Epic Space - Early Access

    An infinite universe MMO currently in Early Access

    Steam Store - Scirra Forum

  • clock

    Your artwork is very nice but I think Remus B is right, C2 users are indie developers and a lot may be hesitant to buy potentially expensive custom art for projects that may or may not get finished.

    Have you considered making non-exclusive sprite packs for the new Scirra store? Being non-exclusive reduces the price for individual developers and potentially gains you more income per artwork.

  • You can't create an object on a layout until the layout has loaded.

    You have to do what LittleStain suggested and set a variable to let the layout know it should have that object and then create it in System->On start of layout

  • ijoin

    There are several examples in the arcade that include the capx.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • parat26

    I know a few people have an extra layout that's just for holding a copy of all the objects in the game.

    That way they will always be in the object list and can be spawned but don't have to be on any level layout.

OddConfection's avatar

OddConfection

Member since 26 Jun, 2012

None one is following OddConfection yet!

Trophy Case

  • 12-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

14/44
How to earn trophies