How do you make a timer

GraphicWarehouseGraphicWarehouse Member Posts: 927
edited November -1 in Working with GS (Mac)
I'm making a timer in my app and i was wondering how to make an an attribute change by .1 every .1 seconds.

Comments

  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    Use the Timer behavior. Make it say "Every" .1 second > change attribute > game.whatever to game.whatever +.1
  • GraphicWarehouseGraphicWarehouse Member Posts: 927
    that doesn't work
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    n8b8m8p8 said:
    that doesn't work

    Yes it does. Your doing something wrong then. Keep in mind that it cant be a integer attribute your changing since those cant be decimals, it has to be a real attribute
  • GraphicWarehouseGraphicWarehouse Member Posts: 927
    oh thanks
Sign In or Register to comment.