User Tools

Site Tools


en:tutorials:orxscroll:introduction-orxscroll

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:tutorials:community:acksys:scroll0 [2020/08/20 05:51 (4 years ago)] – ↷ Links adapted because of a move operation sausageen:tutorials:orxscroll:introduction-orxscroll [2020/08/31 11:10 (4 years ago)] – ↷ Links adapted because of a move operation iarwain
Line 8: Line 8:
   * Scroll supports “object binding” to custom classes. This means when a Scroll Object is created, it can automatically be set to use a C++ of choice for its implementation. This makes it easy to implement behavior that is specific to certain object types.   * Scroll supports “object binding” to custom classes. This means when a Scroll Object is created, it can automatically be set to use a C++ of choice for its implementation. This makes it easy to implement behavior that is specific to certain object types.
   * Additionally, binding object types to classes makes it easy to handle events on an object-specific basis. For example, each type of game object can have its own OnCreate function which is called whenever an object of that type is created.   * Additionally, binding object types to classes makes it easy to handle events on an object-specific basis. For example, each type of game object can have its own OnCreate function which is called whenever an object of that type is created.
-  * Scroll supports saving and loading of .map files for easier Scene management. Scroll includes an embedded [[en:tutorials:community:acksys:scrolled0|Map Editor called ScrollEd]].+  * Scroll supports saving and loading of .map files for easier Scene management. Scroll includes an embedded [[en:tutorials:orxscroll:maps-in-scrolled|Map Editor called ScrollEd]].
  
 ===== Before You Begin ===== ===== Before You Begin =====
Line 121: Line 121:
 This is just the same class as the standalone tutorial, you might be thinking. So far, you’re correct. What we’ve created in this tutorial is the bare minimum running Scroll project. The advantages of Scroll come in all the other functions available in the Scroll classes. Look into the header files to see what is available in the Scroll code; these features will be covered in future tutorials. This is just the same class as the standalone tutorial, you might be thinking. So far, you’re correct. What we’ve created in this tutorial is the bare minimum running Scroll project. The advantages of Scroll come in all the other functions available in the Scroll classes. Look into the header files to see what is available in the Scroll code; these features will be covered in future tutorials.
  
-The [[en:tutorials:community:acksys:scroll1|next tutorial]] will introduce object creation (the Scroll way) and object binding.+The [[en:tutorials:orxscroll:binding-orxscroll|next tutorial]] will introduce object creation (the Scroll way) and object binding.
en/tutorials/orxscroll/introduction-orxscroll.txt · Last modified: 2022/07/14 05:28 (21 months ago) by sausage