Project Spark Wiki
Advertisement

Kode:

Page 1:[]

[WHEN] "for each of", "detect"

> [WHEN] "it", "team", "not equal to", "neutral" [DO] "switch page", "Flight"


Page 2 (name: "Flight"):[]

[WHEN] "until", "falling"

> [WHEN] "once" [DO] "play sound", "Animal bird chirp"

[WHEN] "after", "detect", "player"

> [WHEN] "once" [DO] "jump"

>> [WHEN] [DO] "play sound", "Animal Bird Wing Flaps"

>> [WHEN] [DO] "play fx", "Feather Burst"

> [WHEN] [DO] "move"

[WHEN] "after", "falling"

> [WHEN] [DO] "move", "with flying"

> [WHEN] [DO] "move", "with flying", "in direction", "world up"

> [WHEN] "countdown timer", "10" [DO] "destroy"

Advertisement