draw_sprite(sprite_index,image_index,x,y)
draw_set_color(c_red)
if grabbed=true
{
draw_circle(x,y,grab_radius,true)
draw_line(x,y,mouse_x,mouse_y)
}If anybody could tell me why this simple code does not draw then also tell me a solutionMy second problem isn't really a problem, more like something that I don't know how to do. So, I want the land around the player to randomly generate around the view as the ship moves. I need to know how a object would be placed not on the view but closely around it. I also need to know how it can differentiate places that haven't be generated and places it can. I realize that this is a huge topic to learn but I hope somebody can help me with it.











