dop2000's Recent Forum Activity

  • You don't need to download/upload anything. You can do this:

    Set myVar to Array.AsJSON
    Array clear 
    Wait 2 seconds
    Array Load from myVar
    

    Run project in Debug Mode and see what's happening with the array.

  • You can use Array.AsJSON expression to get it as string. And "Array Load" action to load it back into the array.

  • how did you get that else tho?

    Select an event and press X on keyboard.

  • System For each Enemy
    ..System Enemy.Pathfinding.MovingAngle is within 89 degrees of 0
    ......Enemy set Not Mirrored
    ..Else
    ......Enemy set Mirrored 
    

    There is a shorter but more advanced method which doesn't require "For each" loop:

    On every tick
     Enemy set width to Self.ImageWidth*(anglediff(Enemy.Pathfinding.MovingAngle,0)<90 ? 1 : -1)
    
  • After "AJAX Set response to binary" you need another action -

    AJAX Request URL DrawingCanvas.SavedImageURL

    Then wait for AJAX to complete, and only then save to local storage.

    And the loading function is also wrong. You need wait for "Get item" to finish, then load the BinaryData into a temporary sprite. Wait again, then paste the sprite onto the canvas..

    Use System action "Wait for previous action" to minimize the number of events.

  • I believe Chrome speech synthesis is network-based, there is a noticeable delay while it downloads the audio and it won't work if you are offline.

    NWJS uses the default speech synthesis service built in the OS and it works offline.

  • This is an official addon, so if you manage to reproduce this error in a small demo project, you can submit a bug report.

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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I do want to implement it because it seems like a good addition before shelving the whole thing, that is as much as I can say.

    Thanks, this would be a really useful addition in my opinion. I sometimes need to combine several sprites into one and rebuilding image points/polygons for imported animations is often the most difficult and time consuming part.

  • Why pinning a sprite is not an option? This would be the easiest solution. You can attach it with hierarchy instead of Pin.

    You can also try System Pick Overlapping Point condition. You'll have to repeat it for 4 points of the Text object - top left, top right, bottom left and bottom right. Use Text.BBox*** expressions

  • If you need to detect when text is colliding/overlapping with a sprite, you can use sprite as the primary object in the event:

    Sprite is overlapping Text

  • Sorry for repeating my earlier question, but now when some additional info can be imported for animations, do you have plans to support importing image points and collision polys data?

  • The easiest solution is to remove all custom actions/conditions, and then re-add something similar in C3.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 279 followers

Connect with dop2000

Trophy Case

  • 10-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
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

30/44
How to earn trophies