This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:guides:beginners:jelly_monsters [2018/02/14 04:47 (8 years ago)] – ↷ Links adapted because of a move operation iarwain | en:guides:beginners:jelly_monsters [2025/09/30 17:26 (8 weeks ago)] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| {{ : | {{ : | ||
| - | Right click and save to the data/anim folder as " | + | Right click and save to the '' |
| - | Create | + | Create |
| < | < | ||
| Line 23: | Line 23: | ||
| Graphic | Graphic | ||
| AnimationSet = MonsterAnimationSet | AnimationSet = MonsterAnimationSet | ||
| - | Position | + | Position |
| Scale = 2.0 | Scale = 2.0 | ||
| </ | </ | ||
| Line 43: | Line 43: | ||
| Just so you can see the monster working... add a MonsterObject to the Scene childlist: | Just so you can see the monster working... add a MonsterObject to the Scene childlist: | ||
| - | < | + | < |
| [Scene] | [Scene] | ||
| ChildList = PlatformObject # MiddlePlatformObject # | ChildList = PlatformObject # MiddlePlatformObject # | ||
| Line 59: | Line 59: | ||
| Last job is to give the monster a body and ensure he collides with platforms, bullets, and our hero: | Last job is to give the monster a body and ensure he collides with platforms, bullets, and our hero: | ||
| - | < | + | < |
| [MonsterObject] | [MonsterObject] | ||
| Graphic | Graphic | ||
| AnimationSet = MonsterAnimationSet | AnimationSet = MonsterAnimationSet | ||
| - | Position | + | Position |
| Scale = 2.0 | Scale = 2.0 | ||
| Body = MonsterBody | Body = MonsterBody | ||
| Line 78: | Line 78: | ||
| </ | </ | ||
| - | And add "monster" | + | And add '' |
| - | < | + | < |
| [PlatformBodyPart] | [PlatformBodyPart] | ||
| Type = box | Type = box | ||
| Line 88: | Line 88: | ||
| </ | </ | ||
| - | Run it again and the monster should drop nicely | + | Run it again and the monster should drop down onto a platform. |
| {{: | {{: | ||