Release

Flight stimulator

5

G-9 2019-11-03 16:48 (Edited)

<old version>
Push (A) to enable Autoscroll mode and (B) to disable it.

Left and right to scroll

Thanks to @Timo for help.

Flight simulator.nx | Open in app
2019-11-04 11:57
Flight simulator.nx | Open in app
2019-11-04 06:40
Flight simulator.nx | Open in app
2019-11-04 06:06
Flight simulator.nx | Open in app
2019-11-03 16:48

Timo 2019-11-03 16:57

Backgrounds (BGs) in LowRes NX always have a size of 32x32 cells. This is bigger than the visible screen. The easiest solution to fill the blue space is to draw a bigger background:
- open BG Designer from your program
- select the Disk tab
- tap on Size
- choose 32 for width
- draw stuff for the complete width
- save


Timo 2019-11-03 17:00

And in your program you'll have to change one line (the size):
BG COPY 0,0,32,16 TO 0,0


Tinycloud778 2019-11-03 21:03

Looks awesome


G-9 2019-11-04 06:02

Thanks !


G-9 2019-11-04 06:44

I draw a bigger backdrop but I can't write :
BG COPY 0,0,64,16 TO 0,0 😕


Timo 2019-11-04 07:49

The screen memory has a size of 32x32. If you want to scroll bigger areas, you would have to copy background data while you are scrolling. It’s not really beginner friendly, so I would focus on other things like using more sprites etc.


DJMoffinz 2019-11-04 08:54

Looks good, but would be better with a parallax scroll. And if we could fly up and down too. Still good though, I probably couldn’t make that!


G-9 2019-11-04 11:53

I try it but he doesn't works


G-9 2019-11-04 16:41

I take my time ...


Timo 2019-11-04 19:06

I updated your program and improved it a bit. Feel free to upload it to the main post.

Flight simulator.nx | Open in app
2019-11-04 19:06

desbyc 2019-11-04 19:13

I could not resist😉.


DJMoffinz 2019-11-05 00:08

@gamer_12321
Yep, that’s a good idea, the more time you take,–rather than trying to do a rushed program– the better the game. I hope to see more!


G-9 2019-11-05 11:44

@timo , there are a problem.

303036jzksFlight stimulator.nx.
could not open file


Timo 2019-11-05 13:42

This is a temporal problem which sometimes happens. Just try again.


G-9 2019-11-05 16:33

ok ...


Log in to reply.