WizLore's Forum Posts

  • Can you use the third dimension of the array as well?

  • Yes. A function would be great here.

    But what If I got 2 or 3 or 10 operators? :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thats a way to do it, thanks.

    But I would very much like to let the variable hold the operator, to avoid too many IFs.

    mid("+-*/", random(0,4),1) works fine to store the operator.. but perhaps it can't calculate when mixing string and numbers?

  • Hi.

    Got 4 variables

    A : random number

    B : Random string operator (+-*/)

    C : random number

    D : how do I get the calculation of A & B & C ?

    Thanks in advance :)

  • "when character is above platform then X angle

    when character is below platform then Y angle"

    What about left and right? It needs to set the angle so it's facing exacly away from the platform.

  • I have a Character jumping around which attaches to various platforms (not platform behavior) .

    When it attaches it should face away from the platform it lands on. See picture below.

    https://www.dropbox.com/s/qhysoufvwm15a2q/anglePlat.jpg?dl=0

    Set Characters angle to platforms angle only works one way ofc.

    I can't seem to find a good workaround to get it right from both sides?

    Any suggestions?

  • Is it possible to do this type of game?

    Can't seem to get my android phones camera triggering in wifi preview.

    Any tutorial on how this works?

  • Found a solution Wrenfield ?

  • I'm also trying to figure out how to set the app to start out in trial mode... should it be done in Visual Studio or in C2?

  • Error 1 Error : DEP0700 : Registration of the app failed. error 0x80070003: AppX Deployment operation failed. The specific error text for this failure is: RDSAppXNotifyRecoveryTrigger (0x80073cf9) Kidsmaze.Windows

    Anyone tried this?

  • Thank you.

  • Being able to randomly change RGB value on a sprite would be an easy way to create variety.

    How to do this?

  • So far I'm not testing for Windows Phone, just Windows 8.1, so I haven't used that work around you describe.

    The error reads:

    "Error 1 Error : DEP0700 : Registration of the app failed. error 0x80070003: AppX Deployment operation failed. The specific error text for this failure is: RDSAppXNotifyRecoveryTrigger (0x80073cf9) gamename.Windows"

  • So I'm trying the new exporter for universal apps win 8.1 ... And getting deployment error in Visual Studio!!

    I've downloaded 'Visusal studio express 2013 for windows' , and the update 2RC

    I get deployment errors when trying to run any project exported from Construct2.

    Anyone else have this problem, and solved it?

  • So I'm trying the new exporter for universal apps win 8.1 ... And getting deployment error in Visual Studio!!

    I've downloaded 'Visusal studio express 2013 for windows' , and the update 2RC

    I get deployment errors when trying to run any project exported from Construct2.

    Anyone else have this problem, and solved it?