kabuto202's Forum Posts

  • Just to chime in here, I would really love to see an .exe exporter. Me and a few mates of mine recently decided to work on a last year project, and we have a set of very talented musicians and film editors working on the project. I'm concerned about the bandwith issues with HTML and we've only recently started and our Audio folder is about 120MB and our Video folder is about 350mb. Though the files are uncompressed yet, we're predicting that the size will still expand rather rapidly. What do you propose would be an alternative solution for large size projects?

  • Much appreciated.

  • How do I connect my licence of Scirra 2 with this account?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It contains what I was looking for!

    Thanks a lot

  • In short how would it look like in Scirra Construct for me to get the following output: For every 1 in a 2D array do Print "Hello World!". Seems relatively simple, but I guess I'm not quite used to the Construct syntax =/

  • This is just a minor visual error. I'm using a System function of Comparing Two Values and the second value is slightly longer then the first, and thus the bounding box does not extend to cover either of them.

    <img src="http://dl.dropbox.com/u/17181625/bug.png" border="0" />

  • And there's the source of the problem, thanks again :D

  • Bump

  • I get an error saying that yours was saved in the r56 version and I can't open it because I'm running r55 even though it's the most up-to-date version available on the website. I'm going to guess it's because you're using a slightly more advanced dev version of Scirra.

    EDIT: And someone beat me to the punchline, one sec I'm uploading.

    EDIT EDIT: Here's the full project since when I tried to replicate the situation in a blank project it worked fine. Run the Combat_Test layout.

    Link

  • Yes, you're right! Thank you once again, and could you assist me with the array issue? I'm not sure if it's ignorance on my part or a bug.

  • How the I get the UID of an object that was placed at runtime using the Create Object command?

    EDIT: Also, I have the following Command setup:

    *Keyboard: A is down

    -Array: Set Size to (Array.Width+1,0,0)

    *System: Every tick

    -Text: Set text to (Array.Width)

    But when I press A the size of the array never increases it just remains at zero. I even tried adding on the start of a layout to change the array size to (2,0,0) and the text still says that the array width is 0.

  • Appreciate the help!

  • If using the Platform behavior, how do I get the object's velocity to use in an expression? Also, where can I get a reference on how to use expression in Construct.

  • Didn't even realize that till now, thanks.

  • Okay, so say I wanna transfer a variable from python. What am I doing wrong here?

    First I make a pyscript

    Word=1[/code:3ar1qtbu]
    
    Then I make an even that says at the start of layout set text to [code:3ar1qtbu]python("Word")[/code:3ar1qtbu] and I keep on getting a message saying Word isn't a recognizable variable.