ArcadEd's Recent Forum Activity

  • how do you have it setup to clear the storage? Can you show the code snippet of where you are clearing it?

  • <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/bff0c44f-5e9d-4275-8928-51171498acf8/2013-05-27_1952.png" border="0" />

    CountOnes is a global variable.

    I just used the touch event to trigger the for each event, obviously you would use something different.

    You can also just change the current value to 2 to count up the 2s.

  • You can just create an event like On Key Press (pick a key) and for the action, clear local storage or clear session storage.

    Just remove it before you finish up your game.

  • Are you using any 3rd party plugins that cocoon might not support?

  • Seeing your code or capx file would helps us help you :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well, construct 2 doesn't really define that, I do.

    For me, anything that doesn't start off in the layout I usually create during the game code, so it's not needed. Construct 2 just expects all those object when you load up the game, but once your layout actually starts, they don't all need to be hanging around off screen.

  • Are you loading in the high scores from webstorage before displaying them?

  • On start of layout - Destroy all unused objects.

    I do this with almost all of my projects, anything outside of the layout, I destroy it on start of layout, just to clean up before things start.

  • First off, instead you could just use 1 sprite but give it two animation frames. Black frame (frame 0) and white frame (frame 1). Set the animation speed to 0.

    Then do something like.

    On Clicked Object

    --->sprite compare frame 0

    ---------------->set sprite animation frame to 1

    --->else

    ---------------->set sprite animation frame to 0

  • Well in the example the array is only set to store 10 values, so click on your array object and change the WIDTH properties to however many you need.

    <img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/4767264b-ed28-4753-ac4d-301d0236b9dc/2013-05-24_0740.png" border="0" />

  • One of those cases where it's just weird collisions with your sprite. I added a box that is used for all the collions, hid it and then pinned the character sprite to it. Like shown in the platformer tutorial.

    Runner.capx

ArcadEd's avatar

ArcadEd

Early Adopter

Member since 3 Jul, 2012

Twitter
ArcadEd has 7 followers

Connect with ArcadEd

Trophy Case

  • 12-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x10
    Coach One of your tutorials has over 1,000 readers
  • x2
    Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

20/44
How to earn trophies