This free survey is powered by
0%
Questions marked with a * are required Exit Survey
 
 
* How do we access any item by index in a ds_list (Dynamic Structure)?
   
 
 
 
* How many times will this repeat loop?
repeat(9)
{
    scr_add_me();
}
 
9 times
 
10 times
 
8 times
 
 
 
* What is the most extensive functions for drawing sprites?
   
 
 
 
* How can we show the user a string in a message box?
   
 
 
 
* What does lengthdir_x?
   
 
 
 
* What is the fastest loop?
   
 
 
 
* If I want to know the sprite reference of the current instance, how can I access it?
   
 
 
 
* Which resource(s) do(es) not appear in the following enumeration?: Sprites, Objects, Tiles, Background, Sound & Music, Timelins, Paths, Fonts, Rooms.
   
 
 
 
* What is wrong with this script according to the code conventions: scr_do_stuff(x, y, rotate, otherX, otherY)
   
 
 
 
* Which scripts are actually tested by the unit test framework in the program?