theBeaz's Recent Forum Activity

  • I'm trying to figure out For and While loops, but I just can't grasp how to apply them properly in this event system.

    Example of what I want to do (building up on the Ghost Shooter tutorial):

    monsterDensity = 1
    
    Every 3000ms, run a loop:
    
    loopcount = 0
    
    while loopcount != monsterDensity
    spawn monster at random(x,y)
    loopcount += 1
    
    [after while loop breaks]
    
    monsterDensity += 1
    
    [/code:27gqz4qw]
    
    I know that's not actual code, but the logic should be sound. How can I put this into event sheets?
  • Put them in files, works then.

    You are my hero! This program is awesome.

    Also thank you to everyone else that took the time to respond

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello all. I just started learning Construct today and was watching the video on XAudio2. The tutor shows how you can add files as resources and then reference them in an event. Well, I've tried both Sounds and Music... when I go to New Action -> XAudio2 -> Autoplay/Load Resource... the list is blank

    I can play sounds using direct filepaths, but this seems like a pretty major function (and incredibly helpful data management) piece to be broken.

    I am on Win 7 Pro x64 with admin rights (if any of that matters).

    Someone please help!

theBeaz's avatar

theBeaz

Member since 16 Feb, 2010

None one is following theBeaz yet!

Trophy Case

  • 14-Year Club

Progress

14/44
How to earn trophies