Changing equation with timer

Hi, I was just wondering if its possible to change the maths equation in my game every 7 seconds with a loading bar at the bottom??

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    If you are asking how to make/show a loading bar, I'm sure you could adapt this tutorial for your needs.

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

    Hi, @jessica.michael are you a student? Are you taking a game design course? I'm curious because it seems like your questions are related to a course but I could be wrong.

    You can use a timer to do something every 7 seconds. And you can use the random() math function in the expression editor to choose a random value and then use that value somehow to choose a specific equation, such as in a tableCellValue() expression with the random number as the row value.

Sign In or Register to comment.