Handbook
Glossary
stop-player ( world -- )
Vocabulary
papier
Inputs
world
an
object
Outputs
None
Definition
USING:
accessors
assocs
kernel
papier.sprites
sequences
;
IN:
papier
:
stop-player
( world -- )
slabs-by-name>>
"marco"
swap
at
dup
animations>>
first
switch-animation
drop
;