Re: TIB: Re: (86 Basic) Please help


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

Re: TIB: Re: (86 Basic) Please help




In a message dated 1/10/99 9:53:58 PM US Eastern Standard Time,
carissaclark@home.com writes:

> Hey, I might be just dumb, but I don't understand how this works. Can
>  you explain it? also, the up/down doesn't work
>  
>  > Dave Twaddell wrote:
>  
>  ---cutting out-----
>  
>  > :Outpt(Y,X,Q
	this puts whats in Q to the pt (y,x)
>  > :Lbl TOP
	this is the top of the program
>  > :Repeat Ans
	its gonna do the bottom stuff Ans number of times
>  > :getKy
	it gets the key
>  > :End
	then it stops
>  > :If Ans==24 or Ans==25 or Ans==26 or Ans==34
	if the answer when the key was pressed was any of these
>  > :Then
	then
>  > :Outpt(Y,X,SP
	outpt at (y,x) the thing thats in SP
>  > :(Ans==26)(X<20) - (Ans==24)(X>2)+X (=>) X
	this i dont know
>  > :(Ans==34)(Y<7) - (Ans==25)(Y>2)+Y (=>) Y
	this i dont know
>  > :Outpt(Y,X,Q
	output at (y,x) whats in Q
>  > :End
	end the if then loop
>  > :Goto TOP
	go back to the start