ssusnic's Recent Forum Activity

  • When creating new global or local variable there is no an option to create a variable of Boolean type!

    I wonder why because now for checking true/false state I must use variables of Number type?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • At the top of the event sheet I define global variables of number type, for instance "Minimum = 0" and "Maximum = 10".

    Later, when I use random expression this happens:

      random(Maximum)- everything is OK
      random(Minimum, Maximum)- everything is OK
      random(Maximum, Minimum)- everything is OK although Maximum>Minimum!
      random(1, Maximum) - C2 is displaying this warning (so this happens when parameter1 is any number and parameter2 is a global variable): "Invalid Parameter, Parameter 2 of 'random': must be number"

    By the way, when I click on "Help on expressions" link in Parameter Dialogs then I get this message on www.scirra.com:

    404 Page Not Found

    Oopsy daisy! The link you clicked appears to not exist in our interbanks.

ssusnic's avatar

ssusnic

Member since 24 Nov, 2011

None one is following ssusnic yet!

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies