How to randomly choose a letter in an ABC game

Hi, I want to make an ABC game or a color game and I would like to be able to randomly choose a letter or a color when the game starts or after one letter/color is finished. Is it possible to do that? Thanks!

Comments

  • colandercolander Member Posts: 1,610
    Yes use the random function in the expression editor.
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    The best way to choose a random value is to put all possible values in a table with each row containing one value. Then choose a random row and after using its value, delete the row before choosing another random row.
  • PandaParentsPandaParents Member Posts: 64
    Thank you both. I am very new to gamesalad so I don't know how to use table. Also, if I want to use random function in the expression vector, how do I do this? which rule or attributes shall I use?
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    Please read the FAQs available from the link in my signature, especially the part about Googling information related to GameSalad. There are many resources including videos and free templates available on the topic of tables and randomizing values.
  • PandaParentsPandaParents Member Posts: 64
    Thanks, Tatiang. I will try to see if I can figure this out
Sign In or Register to comment.