Ashley's Recent Forum Activity

  • Enable 3D layering for the layer, otherwise it displays the player on top of the background if you pan down

  • You generally can only load and free textures for entire layouts at a time, but if you use the action to unload textures from the current layout, it will free all textures except the ones currently in use by existing objects. That might work for you. But then you should be aware that creating an object that doesn't exist will have to load the texture for that object, which could cause a brief pause.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think INI constantly access the disk, which could be bad for performance. So if you use a hash table object or something which is always in memory (except for the one time you use a 'load from file' action) then it should be a lot faster.

  • 4) Runtime zooming. This may be already implemented, but for the life of me I can't find it. So I don't always have to see a 1:1 scale view of my layout. Would be handy with options like Show All, or Show Layout.

    System object, set layer zoom/set display zoom actions.

  • Azu: I can't see anything wrong in your screenshot. I don't know what it's meant to look like!

    However, there's an open bug on the tracker about objects rotating in the layout editor getting offset, which may be related.

  • Cool theory but yeah, I agree with deadeye... on a rather cheap, low res (by today's standards) CRT monitor, and while the effect can be seen, it's all a bit blurry and things are very far apart making it hard work to cross your eyes that much. I guess it doesn't take in to account the physical size of the user's display.

  • You need to get the player's distance from previous position at some time interval (Say 100ms) and base your zoom on that.

    ...which is equivalent to it's speed, which Rich pointed out:

    You can base the zooming in/out on your character's movement speed using a simple formula

    So you just need to set the X and Y zoom ratios to something like 100 - player[movement].speed / 10. Something like that. Play with the numbers to get it exactly right. No need for anything more complicated.

  • I think a physics platform movement (among others, like a physics car movement etc) would be useful to users. But it would be difficult and time consuming to complete. I don't think we'll do that before 1.0, since it's more important the core is stable, and I think it's possible to do a custom physics movement engine with events, so it's not impossible.

    As for bone bugs, bug Davo about them, it's his plugin

  • What do I do? Neither P nor the Pause key pause the game. Which bit are you talking about?

  • Remember to post all bugs on the tracker if you haven't already!

  • You do not have permission to view this post

  • You do not have permission to view this post

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,442,904 followers

Connect with Ashley

Trophy Case

  • 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
  • Forum Mega Brain Made 20,000 posts in the forums
  • x109
    Coach One of your tutorials has over 1,000 readers
  • x63
    Educator One of your tutorials has over 10,000 readers
  • x3
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x36
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs