itdevelop's Forum Posts

  • Hey, everybody!

    If you have Windows 8 installed on your computer (IMP: you need Windows 8 RTM 9200 to have the game listed in Store), go to Windows Store and download my first Windows 8 game (the first game as well), that was created with Construct! It is a really great software for creation games!

    <img src="http://cs301706.userapi.com/v301706753/425e/ZP10x2eVs8Y.jpg" border="0"><img src="http://cs301706.userapi.com/v301706753/4267/bPj0PlRDdSc.jpg" border="0"><img src="http://cs301706.userapi.com/v301706753/4279/85cfzFhfL2U.jpg" border="0">

    If you like, please stay connected on:

    Facebook

    Twitter

    VK

  • Hello, I'm Aleksey. I'm 20. Live in St.Petersburg, Russia.

    I'm fond of new technologies, Microsoft's the most.

    Windows 8 Expert in Microsoft and Microsoft Student Partner, and I am proud of this very much.

    Love Construct, and believe will create a good game :)

  • I love it! :)

  • Guys, I've just bought Construct 2 license!

    I am the happiest man in the World!

    Let's make great games?

    ;)

  • Well...I am C# developer and I've spent 10 minutes for writing application that loads image, and the saves every 5 rotate degrees image to a file. Then I just import frames to Construct :)

  • Hi. Try to prevent the user to control the character.

    I'm not sure, but:

    Set ignoring input -> Start Ignoring

    Set Enabled -> Disabled

    properties may help :)

    Good luck!

  • Thank you)

  • Try Construct 3

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

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

    I have a round platform character, and I want to make him rotate every system tick to a custom degree, but when I do this, I see, that as it is rotating it has a little jumps during his way, as it is irregular, though, It was created with a regular round tool in Photoshop.

    Does anybody know how to fix the effect of jumping? Thank you :)

  • Thank you, Ashley!

  • Thank you, but how can I make several frames, like in a gif file? Or I should use sprite strip?

  • Hello.

    How can I increase the animations frames quality?

    When I load a .gif file, made in Photoshop Cinstruct strokes my frames with white. How can I avoid this effect? Is it because of Construct, or I should use some special settings in Photoshop?

    Thank you!

  • Thank you))

  • Hello.

    I'm creating simple platformer game and noticed that using ScrollTo behavior with my player rinning it is also scrolls to it when the player is jumping that is not like in the most platformer games.

    How do I make the camera not scroll when the player jumps?

    Thank you!

  • Oh, WOW! Thank you :)

  • Well, guys, I fixed it.

    If somebody needs � the explanation:

    I created an event that says: every tick set position for <your_sprite> to for X - <your_sprite>.ImageWidth + 10; for Y - WindowHeight - <your_sprite>.ImageHeight - 10.

    There was also an idea to resise the element depending on window size, but I think it's not useful, just because your finges won't become smaller while window size becomes smaller :)

    Have fun!