A simple level editor for Chuckie Egg This allows only one level at a time to be edited. You will need 8 levels. Click the save button this generates a string of the level that can be copied from/to the list Level Data: Objects [28][20]. Item 1 is level 1 etc. Note there are 2 types of ladder. Ladder and Ladder with Platform. Normally the Ladder with Platform is used at the intersection of a platform and a ladder. This allows the Hens and Farmer to walk across.
Remix instructions: Open the project Chuckie Egg https://scratch.mit.edu/projects/420433157/ Click Remix Display the List monitor: Level Data: Objects [28][20] In the Chuckie Egg Simple Level Editor Design your own level. Click Save Copy the level data string from this project to your Chuckie Egg remix into item [1-8] of Level Data: Objects [28][20]. Other Level Data in Chuckie Egg: Level Data: Hens (column, row)[8] List containing start coordinates for the hens. Each item is one level. Each item contains 10 numbers separated by a space. This is the start column and row for each of the 5 hens. Note: The route the hens walk is based on the order the hens are specified. Try the hens in different orders to see the different routes they walk. Level Data: Hens Initial Count[8] List containing the number of hens on this initial level, after level 24 all hens are displayed. Level Data: Lifts (row) List containing the row for the lift. -1 for no lift. 8 items one for each level.