Ashley's Recent Forum Activity

  • Hey folks,

    Not gotten in to this before but figured it'd be worth a shot. SourceForge are running their 2009 Community Choice awards, and the ten with most nominations in each category become finalists and probably win prizes or something.

    Anyways if you'd like to nominate the Construct project:

    Nominate 'Construct' for 2009 Community Choice awards

    You can enter multiple categories, but I guess it's best if everyone at least includes 'Best Project for Gamers' since that looks like the most appropriate category for Construct... or 'multimedia'... or both! You can also enter a comment where it might be cool to add your thoughts on why you like the project!

    Cheers everyone

  • It's not quite what you wanted, but you could try playing around with a combination of blur and glow shaders like this .cap. It's not particularly efficient, though - the blur shaders in Construct are a bit slow.

  • That's weird. It does delete some temporary files it created when running, but it shouldn't access any other files. Maybe it's something to do with when DirectX is shut down. Does the application runtime do it?

  • Is there a bug for that crash on the tracker? The best thing to do would be to fix the crash and use that method to distort canvases (via a sprite) rather than go through the fairly lengthy work of reimplementing distort maps to canvases.

  • if I insert a new object it will just mess it up as the object's ID will have changed..

    Unique IDs never change - once the runtime has started. There is no guarantee any particular object will ever get any particular unique ID, so you shouldn't refer to pre-set unique IDs in events.

    If you need to index objects from 1, just use:

    + For Each Sprite

    -> Sprite: set value to LoopIndex

  • If you're using something like GetTypeInstances, it'll return NULL and 0 if no instances exist, so you just need some basic error checking. If you're holding a pointer to an object (CRunObject*), if it's destroyed the pointer becomes invalid. You must check the object->info.destroying flag in OnFrame2(), and if it's set true, you must stop using the pointer (set it to NULL/erase it/whatever's appropriate).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just to point out - play around with fixed and unlimited framerate modes in Application Properties to compare the speeds at different framerates.

  • You do not have permission to view this post

  • That's right, since TimeDelta is the time since the last tick, you want to use it in events that run every tick.

  • Looks good

  • Updates can be posted at any time during the month

    Basically I was waiting to release 0.99 before posting a May update, because there's nothing new to say about our immediate plans until that's released. Hopefully, 0.99 and the May update will be posted by the end of May. If it's any consolation, 2 and a bit months is the longest we've ever gone between updates!

  • The next build features a line plugin. Why not draw a triangle in a sprite though? Even if there was support for drawing individual textured triangle fragments, wouldn't it be too complicated and low-level to be useful? Mesh distortion in sprites takes advantage of custom triangle drawing, and is a built in (relatively) easy to use feature. I wouldn't wanna do all that by hand in events.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,767,720 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
  • x125
    Coach One of your tutorials has over 1,000 readers
  • x74
    Educator One of your tutorials has over 10,000 readers
  • x5
    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
  • x42
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs