randomizing in gamemaker

edited in Questions and Answers
hey guys

im currently working with gamemaker and i cant have a random value any advice

Comments

  • randomize()
    randVal = random_range(x1, x2);

    :)
  • if you search random in GMS help file you will get lots of answers, as well as check out the marketplace of yoyo.

    But randomize() at start of your game with basic functions like random_range and irandom, etc. should get you going in no time.
Sign In or Register to comment.