Side Scrolling Sprite Kit

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
Emily-Elizabeth
Posts: 209
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Side Scrolling Sprite Kit

Post by Emily-Elizabeth »

This is just a cheap sample of a side scrolling "game" done with sprites and is created in LCB and LCS

https://streamable.com/98vh36
speedbump1981
Posts: 22
Joined: Fri Aug 08, 2014 7:24 am

Re: Side Scrolling Sprite Kit

Post by speedbump1981 »

Interesting! Scrolling/moving seems to be quite smooth. I'm curious which components are LCB and which are LCS, if you don't mind expanding a bit?
Emily-Elizabeth
Posts: 209
Joined: Mon Jan 03, 2022 7:10 pm
Contact:

Re: Side Scrolling Sprite Kit

Post by Emily-Elizabeth »

speedbump1981 wrote: Wed Jun 17, 2026 6:21 am Interesting! Scrolling/moving seems to be quite smooth. I'm curious which components are LCB and which are LCS, if you don't mind expanding a bit?
Here's an updated video https://streamable.com/ytebu5
All the visuals and animations are handled by the LCB code. The code used to set up the LCB is written in LCS and are helper scripts to make it easier to use the LCB widget.
Post Reply