mod function in games

kiwacikiwaci Member, PRO Posts: 72

is this possible ??
when score%10==0 spawn actor. if so how can i do this on gamesalad.
thanks

Comments

  • colandercolander Member Posts: 1,610

    I have attached an example project, you can choose either Equivalent or Mod by turning the attribute and rule on and off for each.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Haven't looked at the above demo yet but just to say that you can enter value%divisor or mod(value,divisor) to the expression editor. The % symbol is being phased out for compatibility reasons.

  • kiwacikiwaci Member, PRO Posts: 72

    thanks :smiley:

Sign In or Register to comment.