06-09-2006, 10:02 PM
Well even if it does work perfectly... you don't need the
' Variables
Public NewPlayerX As Long
Public NewPlayerY As Long
Public NewXOffset As Long
Public NewYOffset As Long
Public NewX As Long
Public NewY As Long
Public sx as Long
those were all variables from elysium... used in GSD's scrolling map system, the reason that i even bothered to set those was because when i wrote the original tutorial i was too lazy to go through and remove all of the variables, i just had you declare them instead.
' Variables
Public NewPlayerX As Long
Public NewPlayerY As Long
Public NewXOffset As Long
Public NewYOffset As Long
Public NewX As Long
Public NewY As Long
Public sx as Long
those were all variables from elysium... used in GSD's scrolling map system, the reason that i even bothered to set those was because when i wrote the original tutorial i was too lazy to go through and remove all of the variables, i just had you declare them instead.