Category: Level 10
-
Level 10 Lesson 01 [Drag and Drop]
Introduction In this lesson you will learn how you can combine knowledge of the mouse coordinates and states to add some great game features. Part A – Mouse X and Y The mouse position is always available to you by using the mouse_x and mouse_y game variables. You can use mouse_x and mouse_y to accomplish…
-
Level 10 Mouse Concepts
Many games make use of the mouse. Drag and drop, player selection, menu use all use the mouse. There are many other game tasks that you can do with the mouse. In this level we will start to explore some basic player selection and drag and drop behavior to give you an idea of how…