dop2000's Recent Forum Activity

  • You do not have permission to view this post

  • Seems like it was working in previous versions, so I logged it as a bug:

    github.com/Scirra/Construct-3-bugs/issues/3115

  • hrisnz You don't need to do this on every tick. Add clamp to the event where this variable is changed.

  • "&" is a logical "AND" operator. The result of (1&2&3&4&5&6&7&8&9)=1, so it spawns one banana at image point 1.

    You need to define an instance variable "quantity" on the family and do this:

    Also, to optimize your project you can combine all spawners into one sprite (as separate animations or frames), and set them invisible on the layout.

  • When I export my game to Cordova(Android) and check "Hide status bar", all "Browser On mobile Back button pressed" events stop working. With "Hide status bar" disabled, the Back button works, but the game doesn't run in full screen.

    Is this an expected behavior or a bug? Is there any solution?

    Tagged:

  • I don't know if Google Play provides such API, but what you can do is put a text file on some web server, which will contain latest app version number. In your game request this file with AJAX and read version number from it. If it's greater than current app version, then inform user that update is available.

  • Tilemap can be empty. There must be a problem with some of those conditions in your event. Try disabling them one by one. Also, why do you have both Touch and Mouse conditions?

    See this demo, you may find it useful:

    dropbox.com/s/8zap7yuhwdb0pcb/Farming_TileSet.capx

  • whitkin This action only works with asynchronous events (like AJAX->Request, Local Storage->Get/Set, Pathfinding->Find Path etc.), it won't work with Tween or loops or anything like that.

    See this Ashley's video about this new feature:

    youtube.com/watch

  • Here you go:

    dropbox.com/s/3mcd9fcel5paf78/EllipseDemo.capx

    I derived the formula from this post:

    math.stackexchange.com/questions/432902/how-to-get-the-radius-of-an-ellipse-at-a-specific-angle-by-knowing-its-semi-majo

    You can use canvas plugin to draw the ellipse, but it doesn't have "Draw ellipse" action. You can either draw a path or lots of dots or small rectangles. It will still be better for performance rather than creating thousands of dot sprites.

  • "wait for previous action to complete" is only intended to work with asynchronous actions of certain plugins, like AJAX, Local Storage, Pathfinding. (look for the clock icon on the event sheet). It basically replaces "On completed" event. It won't help you with other things.

    Local Storage actions can easily take longer time on a slow device, or if you are saving/loading a lot of data etc. AJAX Request can take several seconds when you are requesting a file from the internet. Pathfinging Find Path can be quite slow on a large map, and so on. So yeah, never use "Wait 0.1s" with asynchronous events.

  • You do not have permission to view this post

  • I still not sure I understand your question. You need to set the correct position of the sprite first, and then pin it to another object.

    If this doesn't work correctly and the sprite is misplaced, check Origin image points of both objects.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 260 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