Game Maker's Garage Forum

Game Creation => SilverCreator => Topic started by: Chamez on May 23, 2010, 06:35:27 PM

Title: Noob Question
Post by: Chamez on May 23, 2010, 06:35:27 PM
Hey I'm wondering, how do you make the script wait a second then move to the next card?
Title: Re: Noob Question
Post by: WarHampster on May 23, 2010, 07:42:28 PM
Code: [Select]
WAIT 60
GOTOCARD (CURRENTCARD +1)
Title: Re: Noob Question
Post by: GabrielCA on May 24, 2010, 11:29:09 AM
Note : 60 "ticks" = one second