8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
* Game engine features
* Multiple connected objects moving as a unit
* String data
* A ,PopUp command to use a popup with arguments starting from a mark
* "Goto message" instruction (?)
* Returning a class from COLLIDE/COLLIDEBY to transform
* Coordinate input (may be suitable for some kind of games)
* Editor
* Mouse dragging
* Level index editor
* Bizarro world
* Selection rectangles
* Table of contents for levels
* Can define your own columns
|
>
|
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
* Game engine features
* Multiple connected objects moving as a unit
* String data
* A ,PopUp command to use a popup with arguments starting from a mark
* "Goto message" instruction (?)
* Returning a class from COLLIDE/COLLIDEBY to transform
* Coordinate input (may be suitable for some kind of games)
* A way to change the order of objects execution
* Editor
* Mouse dragging
* Level index editor
* Bizarro world
* Selection rectangles
* Table of contents for levels
* Can define your own columns
|