democartridges
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
democartridges [2016/08/02 16:56] – [Container Zone Demo Cartridge] Boettchers | democartridges [2022/04/09 20:42] (current) – [Zone Control] Boettchers | ||
---|---|---|---|
Line 16: | Line 16: | ||
---- | ---- | ||
- | ==== Cart: Printing Variables==== | + | ==== Cart: Talk to a character ==== |
+ | * Download (right mouse button, download as...): {{: | ||
+ | * Demo-Creator: | ||
+ | === Description === | ||
+ | This cartridge demonstrates how you position a character in a zone and how you can talk to the character. | ||
+ | === Content === | ||
+ | * Character Container (position) | ||
+ | * Character Commands | ||
+ | * Character Command Events | ||
+ | * Messages | ||
+ | |||
+ | ---- | ||
+ | ==== Cart: Printing Variables ==== | ||
* Download (right mouse button, download as...): {{: | * Download (right mouse button, download as...): {{: | ||
* Demo-Creator: | * Demo-Creator: | ||
Line 27: | Line 39: | ||
---- | ---- | ||
- | ==== Cart: Timer Demo Cartridge==== | + | ==== Cart: Timer Demo Cartridge ==== |
* Download (right mouse button, download as...): {{: | * Download (right mouse button, download as...): {{: | ||
* Demo-Creator: | * Demo-Creator: | ||
Line 37: | Line 49: | ||
* Display Timer Value | * Display Timer Value | ||
* Play Anywhere | * Play Anywhere | ||
+ | |||
+ | ---- | ||
+ | ==== Cart: Moving Zone ==== | ||
+ | * Download (right mouse button, download as...): {{: | ||
+ | * Demo-Creator: | ||
+ | |||
+ | === Description === | ||
+ | This demo features a moving zone that hunts the player. A timer is used to move the zone every 5 seconds. Customer LUA script (located under Cartridge/ | ||
+ | |||
+ | === Content === | ||
+ | * Moving zone | ||
+ | * Author script | ||
+ | * LUA commands | ||
+ | * Timer | ||
+ | * Earwigo variable names in LUA | ||
---- | ---- | ||
Line 117: | Line 144: | ||
You can **always** see items that have been placed in the player' | You can **always** see items that have been placed in the player' | ||
- | * | + | |
If you want to activate and deactivate several items together, here is a solution | If you want to activate and deactivate several items together, here is a solution | ||
- create an invisible Zone (named ContainerZone) that will contain your items | - create an invisible Zone (named ContainerZone) that will contain your items | ||
Line 131: | Line 158: | ||
* Items in Items | * Items in Items | ||
* Visibility of items inside zones | * Visibility of items inside zones | ||
+ | |||
+ | ---- | ||
+ | ==== Cart: Zone Control==== | ||
+ | * Download (right mouse button, download as...): {{: | ||
+ | * Demo-Creator: | ||
+ | === Description === | ||
+ | This cartridge uses function calls to activate and de-activate multiple zones. The player can select any zone. Once he is inside the zone all other zones will become unusable (inactive). If the player leaves the zone all unvisited zones will become available again. | ||
+ | === Content === | ||
+ | * function call | ||
+ | * function parameter | ||
+ | * Set value | ||
---- | ---- | ||
Line 144: | Line 182: | ||
---- | ---- | ||
- |
democartridges.1470149767.txt.gz · Last modified: 2016/08/02 16:56 by Boettchers