Pixel Movement

by Forum_account
Pixel Movement
A pixel movement library for isometric and top-down maps.
unlock_input()

=)
That totally makes sense. I feel a bit dumb now, all of these procs and etc. can be found in the readme or reference file, right?
Yes, these procs should all be in the documentation.
what is wrong with my computer? i cant see dmb. files or dmf. files when i download the pixal movement file...
also its says i can create dmf. files
In response to 64mav64
64mav64 wrote:
what is wrong with my computer? i cant see dmb. files or dmf. files when i download the pixal movement file...
also its says i can create dmf. files

I'm not sure what would cause that. If you're having problems with all dmb and dmf files, you can try the BYOND help forum.
okay ummmm ill say something else
i tried the side scroller tutorial and two things happens
1. i cant see the comon keyboard and i check the common folder
2. when i try to play it tells me no dmb. sidescrolling file
hope that helps.
It sounds like you need to download the Keyboard library.
new problem when i open mob-demo or any of the demos it is a blank screen
In response to 64mav64
64mav64 wrote:
new problem when i open mob-demo or any of the demos it is a blank screen

Make sure you have all files in the demo folder included (.dm files and .dmm files) and that you only have files from one demo included.
A very nice library, I made my own velocity based pixel movement system some time ago (though checking from the date, not before yours) and I honestly didn't expect that any other BYONDites would pull it off anytime soon. And even going the extra step of creating different versions for each map type, and sidescrolling too? Very nice.
BYOND doesn't need another learning curve.
new to this and trying to run the basic demo, but when i compile i get this:

loading pixel-movement.dme
keyboard.dm:43:error: key_down: undefined proc
keyboard.dm:50:error: key_up: undefined proc
keyboard.dm:36:error: focus: undefined var
movement.dm:249:error: client.focus: undefined var
movement.dm:250:error: client.keys: undefined var
movement.dm:251:error: client.keys: undefined var
movement.dm:252:error: client.keys: undefined var
movement.dm:253:error: client.keys: undefined var
movement.dm:286:error: client.focus: undefined var
movement.dm:286:error: client.keys: undefined var
movement.dm:286:error: client.keys: undefined var
movement.dm:295:error: client.focus: undefined var
movement.dm:295:error: client.keys: undefined var
movement.dm:295:error: client.keys: undefined var
debugging.dm:76:error: client.keys: undefined var
debugging.dm:77:error: client.keys: undefined var
pixel-movement.dmb - 16 errors, 0 warnings

what am i doing wrong?
Page: 1 2