aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/tests/builtin.lingo
blob: 351efdb12c6359979c6e66900c38e0c9c942601d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
beep
beep 3
alert "Hi"
alert "Hi" && "there"

open "Hello"
open "Hello" with "Finder"
open "Hello" && "more" with "Finder"

puppetPalette "Rainbow"
puppetPalette "System",30
puppetPalette "custompal", 15,4

puppetSound "Air Lock Lock"
puppetSound 0
puppetSound midiStart
puppetSound midiSong, 3
puppetSound midisongPointer, 2, 120

puppetSprite 15, true

puppetTempo 30
puppetTransition 1
puppetTransition 2,4,20