dop2000's Recent Forum Activity

  • You already know how to load an image into a sprite, and you already know how to paste sprite onto a canvas. Why do you need help with this?

  • Press F12 in preview, open console and see if there are any error messages.

  • You can't send the sprite to another layout. What you can do it "tell" that other layout to create the sprite when it starts. For example, with a global variable CreateSpriteAtImagePoint. On start of layout check this variable and create the sprite if it's set.

    Or you can set the sprite as global, it will appear on another layout automatically, but you'll still need to update its position.

  • Well, if you are saying your buttons work correctly, it's good :)

  • Noah. Not for one of them, but for all of them. So you can do things like "Object destroy" without "For each" and it will work fine. But in some other situations you might need "For each" loop to process instances one by one.

  • I think you forgot the attachment.. If you resend it, I'll check it tomorrow, it's the middle of the night here where I live.

  • I can take a look at your project if you don't want to share it here, maybe I'll see something that you missed. My email is doperst2006 (at) gmail.com

  • try this:

  • You definitely don't need "Pick all" in event 17. Try removing this condition (leave it empty) and add some browser log message to event 17, above the loop. Will it show up in console log?

    There must be an explanation, but it's hard to speculate without seeing your project. Maybe the whole group gets deactivated by some other event (like "Token on created"). Can you reproduce this issue in a small project and share it?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Like I said, you need to disable the Undo system completely and test saving feature. If it works correctly without the Undo, then you will know where to look for the problem.

    And of course, if you are not calling "SaveStep" function, then undo won't work.

    .

    Try clicking anywhere on an empty space, hold the mouse button, move cursor to your sprite button and release. It will work as if the button was clicked.

  • Why on earth did you put "Set isUndoSave=true" into event 148 again? This flag should only be set inside the "SaveStep" function! If you are setting this flag here and there in different events, this can easily be the cause of all your issues.

    .

    On a side note, why do you use "On left button released, Cursor is over button"? The problem with this event is that user can click somewhere else, move mouse cursor over the button and release. Why not simply use "On Object clicked" or "Button on clicked".

  • On timer event can be triggered for multiple object instances, if their timers expire at the same moment. When this happens, your action "Array set at Sprite.ax to 0" will only update one index in the array, unless you add "For each Sprite" loop.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 261 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies