Mechanics 4 - Rails
Level Design:
Level Design:
Create any level you like.
Create any level you like.
Use the Vertical and Horizontal Platforms in your level.
Use the Vertical and Horizontal Platforms in your level.
Use the chain image too (as a tiled background)
Use the chain image too (as a tiled background)
They can be found in the folder below.
They can be found in the folder below.
You may copy my level layout.
You may copy my level layout.
Double-click to add a new object.
Double-click to add a new object.
Select Sprite
Select Sprite
Click on Load Animations
Click on Load Animations
Now Select the zip file
Now Select the zip file
It will import all the images AND animations.
It will import all the images AND animations.
Delete the first Animation (Animation 1)
Delete the first Animation (Animation 1)
Both Vertical and Horizontal Platforms have two animations:
Both Vertical and Horizontal Platforms have two animations:
Stop (1 Frame)
Stop (1 Frame)
On (8 Frames)
On (8 Frames)
Tracks
Tracks
To draw the tracks import the chain image as a new TiledBackground object.
To draw the tracks import the chain image as a new TiledBackground object.
Extend the TiledBackground Horizontally and Vertically to make the tracks for your moving platforms.
Extend the TiledBackground Horizontally and Vertically to make the tracks for your moving platforms.
One of the conditions for allowing the platform to move will be that it is overlapping a chain.
One of the conditions for allowing the platform to move will be that it is overlapping a chain.