1 | function scr_marker |
2 | { |
3 | thismarker = instance_create(argument0, argument1, obj_marker) |
4 | with (thismarker) |
5 | { |
6 | sprite_index = argument2 |
7 | image_speed = 0 |
8 | } |
9 | return thismarker; |
10 | } |