jesk77's Forum Posts

  • 10 posts
  • I know how to use the debugger but I'm making a strategy game and I need to display the information to the player in game.

  • It's cumbersome to manually type out set text = "Variable 1: = "&object.instanceVariableA&newline&"Variable 2: "&object.instanceVariableB each time I want to do so (especially if I add new instance variables or change their names). Is there an easier way to do this?

  • In my game, I create a lot of objects (around 100) with randomly generated names composed from a list of strings. Is there a way to see if two objects have identical names, and then destroy them if they do?

  • I could honestly use help with both. My code is messy and it's always good to have someone else to talk to about design

  • Anyone want to work on a 2D racing game?

    http://googledrive.com/host/0B2MuiwuZAD ... index.html

    That's all I have so far. You're the red car, press R to restart if you get stuck

  • Somebody

    It's totally random right now. The camera change is supposed to be "turning" and it randomly generates obstacles every 5 seconds or so. Thinking about making it into a real project

  • http://googledrive.com/host/0B2MuiwuZADTAOHp4NWw0b29ndDQ/index.html

    Concept demo of a racing game I just whipped up. R to restart if you get stuck.

  • I just downloaded windows 8.1. That might have something to do with it.

  • Every time I hit preview, Construct crashes. Happens regardless of project.

    Here's the error message I get

    Problem signature:

    Problem Event Name:     BEX64

    Application Name:     Construct2.exe

    Application Version:     2.0.0.0

    Application Timestamp:     52a1e94d

    Fault Module Name:     Construct2.exe

    Fault Module Version:     2.0.0.0

    Fault Module Timestamp:     52a1e94d

    Exception Offset:     00000000004c64e0

    Exception Code:     c0000409

    Exception Data:     0000000000000007

    OS Version:     6.3.9600.2.0.0.768.101

    Locale ID:     1033

    Additional Information 1:     c64b

    Additional Information 2:     c64b3e94df58e5e378e1b8dffde57ce4

    Additional Information 3:     bef8

    Additional Information 4:     bef8407cb4d08cd872a5c8b1b8f3a5c8

    Read our privacy statement online:

    go.microsoft.com/fwlink

    If the online privacy statement is not available, please read our privacy statement offline:

    C:\WINDOWS\system32\en-US\erofflps.txt

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can anyone help me make a random generator that makes maps like this?

    imgur.com/AQHL5

    There was a plugin for it in Construct Classic but there doesn't seem to be anything for 2.

  • 10 posts