Collaboration

Adventure game

1

BlockHead 2018-11-19 17:28

Hey, do you want colloborate with me for make some games?


S3B4 2018-11-19 19:15

To* (sorry I had to)


was8bit 2018-11-20 04:09

You're welcome to remix any of my stuff :) just keep my REM WASHAW GAMES in, then add your own name in too in your remix :)


BlockHead 2018-11-20 07:15

Ok,tanks


was8bit 2018-11-20 10:04

:)


BlockHead 2018-11-20 12:15

But now I have a trouble: how animate a 16*16 controllable walking sprite?


S3B4 2018-11-20 12:53

WALKTICK=WALKTICK+1
IF WALKTICK>=15 THEN
SPRITE 0,,,(TIMER MOD 2)*2+(the first walking sprite number)
WALKTICK=0
END IF
This isn’t the whole controllable part but it has the animation part...


BlockHead 2018-11-20 13:34

Thank you


BlockHead 2018-11-20 13:38

I need only the animation


BlockHead 2018-11-20 13:58

ಥ_ಥ that script make bug moviment! Seriously, help!


S3B4 2018-11-20 14:06

It’s easier if you send code or at least a portion.


BlockHead 2018-11-20 14:11

Ok, but caution, new game #spoileralert

Shrek Vs Aliens.nx | Open in app
2018-11-20 14:11

S3B4 2018-11-20 14:15

I don’t get what’s the problem the code doesn’t seem to contain the movement thing nor the loop for switching.


BlockHead 2018-11-20 14:18

I have deleted buggy scripts


S3B4 2018-11-20 14:21

Oof


S3B4 2018-11-20 14:22

I’m working on it ok


BlockHead 2018-11-20 14:25

Thank you, I’m going to add your credits on the game description


S3B4 2018-11-20 14:41

Here you go! If you have any questions on how the code works just ask me.

Shrek Vs Aliens.nx | Open in app
2018-11-20 14:41

BlockHead 2018-11-20 14:45

Thanks!!!!


BlockHead 2018-11-21 13:46 (Edited)

I had abandoned the project, the LowRes nx make some bugs by reading long scripts


S3B4 2018-11-21 14:14

Don’t abandon it. Send me the code and maybe I can fix it


S3B4 2018-11-21 14:15

Sometimes there is a really bad bug I don’t understand but then I look at the manual and figure out how to fix it.


BlockHead 2018-11-21 14:24

Sorry, but now I have deleted it, I can try again next time


Log in to reply.