Handbook
Glossary
cursor-frame ( cursor: animation-cursor -- frame: fixnum )
Vocabulary
papier
.
sprites
Inputs
cursor
an
animation-cursor
Outputs
frame
a
fixnum
Definition
USING:
accessors
kernel
sequences
typed
;
IN:
papier.sprites
TYPED:
cursor-frame
( cursor: animation-cursor -- frame: fixnum )
[
frame>>
]
[
animation>>
nth
]
bi
slab-frame>>
;
inline