Ashley's Recent Forum Activity

  • Simply select the ground, and under 'Attributes' in the properties bar, tick 'Solid'. If you go file - new - template and pick Simple Platformer, there's a demo of this in action (but not animations).

    Using the animator bar you can add animations and animation frames to a sprite. If you then add the 'Mouse and Keyboard' object, you can add events such as 'On shift pressed - change to jump animation'.

  • I haven't figured out why yet but I've had several reports of older graphics hardware (ie. 64MB cards and under) crashing while opening the Picture editor. I'm doubtful it's actually a VRAM issue since the ghost shooter tutorial is unlikely to top 32mb, but I'll try to add some error checking to prevent an outright crash and possibly tell you more information about the problem. Also, could you tell me your screen resolution?

  • I agree that a tutorial for that is necessary, but in the mean time, you could try poking around the simple platformer template, by clicking file - new - template, which is very basic but gets you as far as jumping around some platforms and scrolling.

  • I know we're wandering off-topic, but motherboard audio really is rubbish - put on some headphones and most of the time you'll be able to clearly hear inteference from the processor, hard drives etc. Creative actually do some useful cards which cost about �10 and sound waaaay better, so �10 well spent IMO.

  • If you're new, I'd recommend the Ghost Shooter tutorial which I've just finished updating:

    http://www.scirra.com/files/ghostshootertut.zip

    It's done with the latest build of Construct, so you shouldn't run in to any out-of-date-documentation problems.

  • http://www.scirra.com/files/ghostshootertut.zip

    Revised to take in to account new features, terminology, etc.

    Ideal for the complete beginner to Construct.

  • Ah, that's a bug - it should work the same way both sides. I've fixed it for the next build.

  • Check out the Ghost Shooter tutorial on this page maybe:

    http://www.scirra.com/learn.php

    We don't have many tutorials yet... I'll try put together some more for the 1.0 release.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • + Key W is down

    Add force 10 * cos(.angle), 10 * sin(.angle)

    + Key S is down

    Add force 10 * cos(.angle+180), 10 * sin(.angle+180)

  • [quote:35lcx7ap]Try to avoid using GLobal Variables. THey are slow

    I haven't seen any evidence to suggest global variables are slow; in fact, it's reasonable to expect them to perform faster, since they are in runtime memory and not wrapped by plugin code. However, this kind of micro-optimisation generally has no effect to improve performance, due to CPU/GPU parallelism.

    I'll write a wiki article on picking when I have time, it's a good idea I don't see how a 'picked group' is useful though, every object acts as a group of picked objects, because the actions only run on filtered instances.

    BTW, the system expression CountMatching can get the picked count.

  • I think your card is quite old and my best guess is it runs out of VRAM when the picture editor opens, which is the first thing that happens when you insert/double click a sprite, tiled background etc.

    Could you open a template and hit F7? It should show a VRAM report, something like:

    ---------------------------

    VRAM usage

    ---------------------------

    VRAM usage by Construct:

    8.34mb textures

    15.01mb targets

    23.35mb total

    Approx 707 MB texture memory remaining

    ---------------------------

    OK

    ---------------------------

    (I think the texture memory approxomation might not be in 0.94.3)

    I've had other reports of people running out of video memory on 64MB cards, but I can't work out why - the textures used by Construct should only add up to a few tens of megabytes.

    Also, it would be useful to know your screen resolution. It's possible turning down your resolution (eg. from 1024x768 down to 800x600) could help.

  • I still need to know your graphics hardware if you can find it out, for example nVidia GeForce 8800.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,425,589 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
  • x35
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs