Guide:Bipsi: Difference between revisions
From Game Making Tools Wiki
m (Link to main Bipsi page) |
(Started event quick reference) |
||
Line 1: | Line 1: | ||
==Keyboard Shortcuts== | ==Keyboard Shortcuts== | ||
* | * The arrow keys will move your selection, indicated by a thick, white outline. | ||
* Q, W, E, R, T selects tabs in order. | |||
* Draw Room tab: Holding Alt will use eyedropper/pick tile. | |||
* Draw Room tab: | |||
==Events== | |||
For better explanations see the [https://kool.tools/bipsi/user-guide.pdf user guide], but I've found it helpful to keep this quick reference list. | |||
{| class="wikitable sortable" | |||
! Part 1 !! Part 2 !! Description | |||
|- | |||
| exit || location || Move player to another place. | |||
|- | |||
| graphic || tile || Sets event's graphic. | |||
|- | |||
| is-player || tag || Tells game where to start the player. Not sure if it's useful later. | |||
|- | |||
| one-time || tag || Run event only once. | |||
|- | |||
| say || dialogue || Shows text in a dialogue box. | |||
|- | |||
| set-avatar || tile || Changes player's graphic. | |||
|- | |||
| solid || tag || Makes event impassable. | |||
|- | |||
| page-color || text || Changes page's background colour. Use [https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#color_keywords CSS colour names] only. | |||
|} | |||
==See Also== | ==See Also== |
Revision as of 07:56, 24 August 2021
Keyboard Shortcuts
- The arrow keys will move your selection, indicated by a thick, white outline.
- Q, W, E, R, T selects tabs in order.
- Draw Room tab: Holding Alt will use eyedropper/pick tile.
Events
For better explanations see the user guide, but I've found it helpful to keep this quick reference list.
Part 1 | Part 2 | Description |
---|---|---|
exit | location | Move player to another place. |
graphic | tile | Sets event's graphic. |
is-player | tag | Tells game where to start the player. Not sure if it's useful later. |
one-time | tag | Run event only once. |
say | dialogue | Shows text in a dialogue box. |
set-avatar | tile | Changes player's graphic. |
solid | tag | Makes event impassable. |
page-color | text | Changes page's background colour. Use CSS colour names only. |
See Also
- Bipsi
- bipsi game maker user guide - Game making beginner friendly! PDF format.
- bipsi game maker scripting guide - Guide for advanced scripting. Also PDF.