News
Articles & Tutorials
Games
HTML5 GM
Developer Tools
Developer Sites
Forum
GMG Contest
Home
Help
Search
Login
Register
Game Maker's Garage Forum
»
Game Creation
»
SilverCreator
»
Noob Question
« previous
next »
Print
Pages: [
1
]
Topic:
Noob Question
(Read 17880 times)
0 Members and 1 Guest are viewing this topic.
Chamez
GMG Newbie
Posts: 31
The Town Noob
Noob Question
«
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?
Logged
I am the noob... Fear my stupid questions.
WarHampster
GMG Extraordinaire
Posts: 1501
The People's Moderator
Re: Noob Question
«
Reply #1 on:
May 23, 2010, 07:42:28 PM »
Code:
[Select]
WAIT 60
GOTOCARD (CURRENTCARD +1)
Logged
GabrielCA
GMG-er
Posts: 224
Re: Noob Question
«
Reply #2 on:
May 24, 2010, 11:29:09 AM »
Note : 60 "ticks" = one second
Logged
Creator of the deprecated plugin KeyDetect (2005)
Print
Pages: [
1
]
« previous
next »
Game Maker's Garage Forum
»
Game Creation
»
SilverCreator
»
Noob Question