Initial commit
This commit is contained in:
13
objects/QuestionGUI/KeyPress_1.gml
Normal file
13
objects/QuestionGUI/KeyPress_1.gml
Normal file
@@ -0,0 +1,13 @@
|
||||
if keyboard_check(ord("1"))
|
||||
{
|
||||
switch (keyboard_key)
|
||||
{
|
||||
case ord("1"):
|
||||
case ord("2"):
|
||||
case ord("3"):
|
||||
case ord("4"):
|
||||
instance_destroy()
|
||||
instance_create_layer(0,0,"Instances", QuestionGUI)
|
||||
break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user