Thread: Scrolling?
View Single Post
  #3  
Old 02-26-2002, 08:12 AM
Lomgren Lomgren is offline
Senior Member, Anti-Spam
Join Date: Mar 2001
Location: Missouri
Posts: 196
Lomgren will become famous soon enough
Here is what I noticed,

- left is keydown(1)
- the first showimgs dont have all the bicus in them
- you only need to set the timeout once, at the end before you
end the if
- showimgs in timeout, see above
- change
NPC Code:
showimg 511,@Arial@b@>#v(#s(playerdeposit)),(screenwidth/2)-80,(screenheight/2-100); 


into
NPC Code:
showimg 511,@Arial@b@>#v(strtofloat(#s(playerdeposit))),(screenwidth/2)-80,(screenheight/2-100); 



Other than that I don't see anything wrong
__________________
Lomgren - devoted to classic, even though I may be gone for months on end
Reply With Quote