Parents: | papier |
Class | Superclass | Slots |
animation-cursor | tuple | animation frame time |
animation-frame | tuple | slab-frame duration |
sprite | slab | animations cursor |
Word | Stack effect |
++cursor | ( cursor -- frame ) |
<animation-cursor> | ( animation -- cursor ) |
<sprite> | ( -- sprite ) |
cursor++ | ( cursor -- frame ) |
cursor-frame | ( cursor: animation-cursor -- frame: fixnum ) |
inc-cursor | ( cursor: animation-cursor -- ) |
inc-sprite | ( sprite -- sprite ) |
set-up-sprite | ( animations sprite -- sprite ) |
start-animation | ( sprite animation -- sprite ) |
switch-animation | ( sprite animation -- sprite ) |
Word | Stack effect |
animation-cursor? | ( object -- ? ) |
animation-frame? | ( object -- ? ) |
sprite? | ( object -- ? ) |