shockeroo's Forum Posts

  • 2 posts
  • Thanks; I can't open that file, Construct returns 'out of memory'.

    I'm running ver 0.99.62 which claims to be the latest version. There's no way I shouldn't have enough memory - any suggestions?

    EDIT:

    Never mind, I've found the latest unstable build on the forums.

    I get it now - thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello all,

    Total noob here! I've just completed the Ghost Shooter tutorial and decided to make it a bit more interesting - I've added a secondary rocket launcher with limited ammo and higher, splash damage; shootable monster spawn boxes; a frag counter; and rocket ammo + health powerups.

    I'm trying to get the monsters to randomly drop rocket ammo (25%); health (25%) or nothing (50%), but my attempts at random drops are not going well and although I did find a topic on the subject, I couldn't understand how to apply it.

    My latest attempt was to assign a private 'Drop' variable of random(4) to the monster sprite, then check it's value against 1 and 2 on death, but construct doesn't seem to like the random private variable, and keeps replacing it with 0. Ideally I would generate a random number and check against a single 'drop table' which would make the system much more scalable. Any suggestions please?

  • 2 posts