Rolling Sky Codes

I want to convert a Rolling Sky project
(158510115 and 159166043) on Scratch
into a C++ project.
Can you please help me with the code?

Please give the codes for:
1. A normal rolling sky project (with all the
components in the Scratch version)
2. A project that has a running man (image) instead of the ball
3. A replay project (like project 159166043) on scratch
4. A project that you can roll on the edge of the tile
(see the first project on studio 3634444)

You can use:
1
2
3
4
5
6
7
8
9
//#define NOBALL
#define REPLAY
//#define EDGE

#ifdef REPLAY
//...
#else
//...
#endif 
Last edited on
Topic archived. No new replies allowed.