Ashley's Recent Forum Activity

  • The key thing is to reproduce this, I thought event sheets might not be bulletproof yet. If you can reproduce it in a .cap fire it off in an email to ashley@scirra.com and I'll take a look.

  • I renamed WindowWidth and WindowHeight to DisplayWidth and DisplayHeight a while ago but forgot to update the type checker - thanks for spotting that, fixed. As for ScrollXRight, works fine here.

  • Yeah autobackup would be good. Todo'd.

    Oh and I edited out the swearing, just to keep things a little bit more tidy round here - don't want to scare anyone away who doesn't like that sort of thing. (don't have a problem with it myself)

  • Sorry got lots of uni work at the moment. I'll take a look as soon at both problems as I can, probably around wednesday latest.

    ChrisY: is your account administrator privileged? Does it work if you export an exe? How about if you run the exe as administrator? (Right click, run as...)

  • [quote:i1nzxdwt]when you spawn an object with stuff set with it as a container, would it also spawn that stuff with appropriate positioning?

    When you spawn or create an object which is part of a container, the whole container is created, ie. all the other objects are spawned too - but the other spawned objects aren't spawned to any particular coordinate yet, in fact, I think it's left undefined. So the other objects will most likely spawn offscreen. This ought to be fixed - spawning relative coordinates is a good idea!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • [quote:2mkzow29]Ability to randomize easily with one event, eg. "Randomly spawn object inside window"

    I think this is easy enough with 'Create object at random(640), random(480)', no?

    [quote:2mkzow29]Ability to receive data from a file in the internet, eg. if I'd like to show how many users have downloaded my game through a .txt in my FTP

    There's already the Download object that can grab a file off the internet.

    [quote:2mkzow29]Enhanced 1px physics object support for realistic sand and other purposes

    I think this is called fluid dynamics and I don't know much about it, but it'd be great to be able to simulate stuff like water in Construct. Very interesting idea, but difficult. I think a recent 3D game achieved this in 3D so it must be possible in 2D.

    [quote:2mkzow29]"Bloom" pixel shader object for over-brightening certain areas without the use of complex effect combinations

    Blur Horizontal + Blur Vertical + Glow?

    [quote:2mkzow29]3D Mesh

    I'd like this too, but with 3D you quickly would run in to 3D development issues. In a top down game with a character with 8 direction movement, if the player walks up a slope, how does the movement know to move the player closer to the camera? This is a whole category of difficult problems that need to be solved to make what would eventually make Construct 3D... if we ever get that far.

  • I agree Chipmunk would probably be faster since it only deals in 2D: I think Newton still processes the Z axis but the results have no effect. Newton is good and usually stable (providing you don't slam objects in to walls with millions of newtons of force, which isn't physically realistic and surprise surprise messes up!). If a certain implementation of chipmunk sucks then that's not really chipmunk's fault, the demo videos looked pretty good.

    I won't however look at any alternative physics engines till after 1.0, because the current one works, and rewriting stuff pre-1.0 won't do the release schedule much good.

  • No, you won't be able to modify the collision landscape like that, the Canvas object needs new features to be able to support this.

  • Well, in theory we could extend it to do 3D physics, but that's a bit optimistic. It was the best physics engine I found - I tried some 2D ones but they seemed unstable or lacking in features. I guess someone could always make an alternative physics movement if they found a decent 2D engine, it'd probably be faster too.

  • [quote:q14m4ti0]More sampling methods for rotations/scaling

    As far as 2D goes, the only sampling methods most graphics chips have built in is point or linear. These effects like 2xSal would require pixel shaders so should be implemented there.

    [quote:q14m4ti0]dynamic shadows

    Very cool. On the todo list.

    [quote:q14m4ti0]warps the moving picture inside either vertically or horizontally

    Is this the same thing as scrolling a tiled background's image?

    [quote:q14m4ti0]Mersenne twister plugin.

    The 'Random' expression already uses Mersenne Twister.

    [quote:q14m4ti0]Also which physics engine is Construct using?

    Newton Game Dynamics, http://www.newtondynamics.com/

    Also a camera object is a good idea, but you can already scroll and zoom the view in and out either per layer or for a whole layout, and it should be able to rotate soon too. Is that what you wanted?

  • If Mk doesn't come back by 1.0, at that point I'll start putting together some kind of networking plugin. Mind you, Python has sockets support and is coming next build.

  • I think Families will achieve this: under 'Groups', you can add several objects to a family, eg. 'Friendly'. Then you can make the event:

    + 'Friendly' collides with Solid

    which will check for any of the objects in the 'Friendly' family. But you'll quickly run in to problems with 0.9 because using families with movements and private variables isn't yet done - you'll have to wait for me to get round to finishing that I'm afraid!

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,380,075 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
  • x107
    Coach One of your tutorials has over 1,000 readers
  • x61
    Educator One of your tutorials has over 10,000 readers
  • x2
    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
  • x35
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs