How can I make a enemy that moves around in a ScrollX-ScrollY game if he's forever going to ScrollX x 480 + ? and ScrollY x 360 + ? ? Thanks!
Offline
powerpoint56 wrote:
How can I make a enemy that moves around in a ScrollX-ScrollY game if he's forever going to ScrollX x 480 + ? and ScrollY x 360 + ? ? Thanks!
Simply subtract the offset you want from the ScrollX and ScrollY...that should work.
Offline
AtomicBawm3 wrote:
powerpoint56 wrote:
How can I make a enemy that moves around in a ScrollX-ScrollY game if he's forever going to ScrollX x 480 + ? and ScrollY x 360 + ? ? Thanks!
Simply subtract the offset you want from the ScrollX and ScrollY...that should work.
thanks!
Offline