TIB: (no subject)
[Prev][Next][Index][Thread]
TIB: (no subject)
i got it to work using the following code.
> Lbl C
> getky->C
> If c=24
> Then
> A-3->A ;-3 so it moves faster
> Else
> If C=26
> Then
> A+3->A ;same thing
> End ;before I had forgoten
> End ;the Ends
> Text(A,B," I#I "
> Goto C
ok, one last thing. after I get the sprite/character on the screen, how can I
make things come from the top of the screen and detect collision with the
sprite/character? I want to do either a racer or a modified Space invaders
type game.
Thanks for the help
BlAsTo1414