Ashley's Recent Forum Activity

  • Put it on a layer with "Force own texture" enabled and it will cut a hole in the layer.

  • I'm sorry this happened, but Construct is beta software, and so long as it is, we can't really guarantee it's not going to explode. This can even happen in other mature software releases as well, so I guess you learnt the hard way, to make backups, and not to assume that any backups are done for you. Sorry.

    Still, all such cases should be reported on the tracker - if you find something you undo and redo and it screws up the cap, obviously that's something we desparately want to fix so it doesn't affect anyone else - a good bug report with reproduction steps will help there.

  • You do not have permission to view this post

  • Crashes are always bugs. Better put it on the tracker.

  • Oh, btw, is there a way to check how much fps we get for the runtime? That'd be helpful for debugging and making sure that the thing runs even on older hardware.

    Enable 'FPS in caption' in Application Properties. However, exported EXEs won't put the FPS in the caption, only the preview. You'll need to show FPS in-game for other people to know their FPS, or use a program like FRAPS to tell you.

  • For now you can try simulating a layer effect with a window-sized canvas object and 'grab layout before drawing' enabled.

  • Then I propose

    random(N) returns 1 to N

    and random(A, B) would return any number from A to B inclusive (so random(1, N) is the same as random(N)).

    This means any cases of random(N) that currently exist must be changed to random(0, N-1). This will break a lot of things, but (hopefully) Construct will only grow more in future, so the least damaging time to do this is definitely now.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think everything in Construct should be 1-based index. 0-based makes sense in low-level programming, but for Construct, it's just more intuitive to have everything 1-based.

    I think it's worth seriously considering making Random() return 1-N instead of 0-(N-1) for the same reasons. However I can imagine that breaking a lot of stuff. What do you think?

    Also, I thought LoopIndex was 1-based already - if you find anything like that which is 0-based, report it as a bug and I'll correct it back to 1-based.

  • Your expression would look more like this in Construct:

    Shooter('Cannon Power') * Sin(Shooter.Angle)

  • I'd like to see a object that allows you recolor a sprite's pallette. Like in the Megaman games.

    How would that differ from the existing colour filter?

  • The way I see it, people want a 2D perspective transform, so they can make 3D things. Construct is not a 3D tool and if you want to make something 3D, an object like 3D box is way more intuitive than stitching together perspective-transformed sprites. Therefore, I do not see a reason this should be implemented.

  • I think arrays are 1-indexed, so you'd want (random(3) + 1)...

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,439,817 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
  • x108
    Coach One of your tutorials has over 1,000 readers
  • x62
    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