Work in Progress

First background, Sprite, and Gamepad!

7

AntDev 2023-02-08 04:28 (Edited)

After so long I’m finally learning something I thought I never would😁

*Update

** WAIT VBL placed in last loop. I need to figure out how to align the proper frames to animate my character.

*** proper frames have been aligned; just need to add frames, adjust Gamepad functionality, BG elements and loop background layers… 😁I'm loving the new adventure. Thanks again for the help GAMELEGEND

****music- “smile street” by awsa


GAMELEGEND 2023-02-08 04:42 (Edited)

Looks nice! I like the red things

There should be a WAIT VBL right above LOOP so the CPU does not hit MAX


AntDev 2023-02-08 05:15

Thank you so much! I’m very new so, I’ve been debugging syntax issues all day😅


GAMELEGEND 2023-02-08 05:29 (Edited)

SPRITE 0,X,Y,(TIMER/10 MOD 2) * 1 + 5

This is how you align the frames properly.
2 is the number of frames
5 is the character number for the 1st frame
1 is how many characters it increases by when it goes to the next frame
so (TIMER/10 MOD 3) * 2 + 6 would go 6,8,10


AntDev 2023-02-08 14:59

Thanks so much😁


SP4CEBAR 2023-02-13 21:45

cool music!


AntDev 2023-02-14 02:02

@SP4CEBAR MUSIC CREDIT given to AWSA TITLE: “smile street”😁


Log in to reply.