A89: Re: Cutting off sprites


[Prev][Next][Index][Thread]

A89: Re: Cutting off sprites




>how is it possible to cut off how many lines are in a sprite from within
the
>sprite:...mask: construct using a register?  for example:

try this:


>oversprite:
> move.w %d2,sprite
>");
>put_sprite();
>};

     -Scott