ArcadEd's Forum Posts

  • A few options. Comparing it's x/y or again, creating invisible sprites to act as borders.

  • The sprite editor, click on the animation and then in the properties pain, set the loop to yes.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/e45686ff-00c7-44e8-b0c6-efb6d7bbdabc/2013-05-14_0626.png" border="0" />

  • I did this once by creating an invisible sprite, placing it where you want the center of your screen and giving it the scrollTo behavior.

    Obviously this method will not work if you are NOT using scrollTO on another object.

  • Yeah, because that is the end of your layout. What do you want to happen?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The dotted line indicates your Window size. That is what is viewable to the player. The solid line is your layout size, the actual size of your layout.

    If you want the Window to follow your player as they move around the layout, add the ScrollTo behavior to the player.

  • How about using an array?

  • It's something I struggled with at first as well.

    Did you read the section in the manual about how Events work? That might be the best place to start.

    I'm not exactly sure what you are asking in your example, can you be a little more clear there? What part of the snake clone are you not getting in terms of the UI?

  • You need to download JAVA

    java.com/en/download/manual.jsp

  • Several ways using expressions.

    say your variable is HP and it's equal to 10.2343234

    When you want to do something with it say Floor(HP) and it will equal 10.

    You can also use Ceil or Round

    scirra.com/manual/126/system-expressions

  • You need to use a wrapper to do this. Phonegap is the most popular, but is only good for basic games.

    Try doing a google search for Compiling HTML5 games in Eclipse

  • I have a new site I launched which I am planning bringing a lot of video content too. Some of the shorter videos are free, but there are also entire series focusing on one Genre that are paid. I'm trying to keep the cost low per video series, especially for the time it takes to create each series.

    If you are interested, head over to Learn Construct 2 and check out the promo videos and free videos.

    I teach with the absolute beginner in mind.

    Thank You! It's because of the great feedback I have received on my earlier tutorials that made me dive into this.   I love making games, but I think I love teaching beginners a bit more :).

  • Try like farmerdwight said with the EaseTween behavior

  • Every 1 Seconds

        Add 20 to Score

  • I'll work on that. Staring with the basics, and will move on to the more advance stuff as we go :).

    Did that example capx do what you were wanting?

  • You just use sprites. Then use events so when you touch the sprite, or are touching the sprite, do the action (move, jump, whatever).