AlexeyMak's Forum Posts

  • I ve just released the game, based on Minecraft gameplay (Kopatel 2d)

    <font color=blue>https://dl.dropbox.com/u/99118554/kopatel2d/index.html</font>

    And I have a question if a player want to save the world in the game that he made. So when he closed browser and then open it again, all block should be exactly at the same position when the player left the game.

    Any ideas?

  • What i see by doing this is "Quote" and "report this post"

  • I wonder if it`s possible to edit your own comments for somebody1s game???

    English is not my native, so when I looked on my comments a little bit later, I was like: "Oh , God, why.." <img src="smileys/smiley1.gif" border="0" align="middle" />

  • The RTS was one of the most complex and time-consuming behaviors to code for Classic. I'm not sure when we'll get round to it, but hopefully eventually.

    The Line of Sight behavior is a little easier, but you can work around it in the mean time using an invisible sprite which you stretch in to a thin line, then test collisions with that sprite. That's pretty much all the behavior does.

    Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ashley, where are you? )))

  • Are you gonna add RTS and Line Of Sight behaviors to Scirra 2? Like it used to be in classic version.

  • P.S. For 3D (which I don`t normally add to my games) I use Sketch UP and Swift 3D

  • My turn =)

    Sprites, background and graphics - all by myself. Pen tool is awesome tool to use and make your own images. There are some exceptions sometimes when I am lazy ) For example in my game "Saving private Brain" I took the image of soldier from the internet.

    I use Adobe products: Photoshop, Illustrator, Flash.

    SFX I take from free websites.

    Music I do on Fruity loops or Ejay.

    And of course Scira Construct 2 to blow a life into my steel images )

  • Thanks for sharing this information, guys.

    Who else does everything by him/herself?

  • Do you draw everything for your games by yourself? Have a designer? Have a whole team? Download images from free stock sites?

    What about music?

  • I know there are lot of tutorials about saving your game, but, maybe because of my bad English, they do not make any sense for me.

    I wonder if somebody have a capx file or link to the video, how to save and load your game in scirra.

    Thanks

  • I want to share my games with friends on the facebook.

    But when I click "like", I gues nothing happens. (the game does not appears on my fb wall.

    Any ideas?

    Thanks.

  • Thanks! <img src="smileys/smiley20.gif" border="0" align="middle" />

  • do something like this :

    event:

       condition : system : on start of layout

       action : object : visible

    while your object is invisible (you can change it from object properties)

    But how can I upload my animation to scirra? Split my flash animation by frames and then add it as sprite?

  • Hi guys.

    How can I put the "start up animation" (for ex. I have a small cartoon made on flash, which should appear before the game or new layout starts.

    Thanks.