Any chance you could look at this for 0.47 as you seem to be on a spree at the moment...
[Fixed for V0.47] Animations not displayed at Entrance
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
- Gambit37
- Should eat more pies
- Posts: 13791
- Joined: Wed May 31, 2000 1:57 pm
- Location: Location, Location
- Contact:
[Fixed for V0.47] Animations not displayed at Entrance
If you use an animation on the entrance screen it's not displayed. But you do get to see random frames of the animation each time you click a button such as Resume. Very odd!
Any chance you could look at this for 0.47 as you seem to be on a spree at the moment...
Any chance you could look at this for 0.47 as you seem to be on a spree at the moment...
- Gambit37
- Should eat more pies
- Posts: 13791
- Joined: Wed May 31, 2000 1:57 pm
- Location: Location, Location
- Contact:
Actually, this appears to be a bug with the editor as well, it's not writing the full animation out correctly. My anim uses all 32 frames and I put it together using the dialogue window to select each frame. The code generated is this:
As you can see it goes completely bananas at the end! (Soryr about the scroll bar, I really need to sort the CSS out to handle that better)
The existing problem still stands though: the anim does not play on the title screen and only sort of plays bits of it when you click a button.
Code: Select all
ADD ANIM_TITLE-FRAMES FRAME=(BITMAP_TITLE-FRAME-01,1) FRAME=(BITMAP_TITLE-FRAME-02,1) FRAME=(BITMAP_TITLE-FRAME-03,1) FRAME=(BITMAP_TITLE-FRAME-04,1) FRAME=(BITMAP_TITLE-FRAME-05,1) FRAME=(BITMAP_TITLE-FRAME-06,1) FRAME=(BITMAP_TITLE-FRAME-07,1) FRAME=(BITMAP_TITLE-FRAME-08,1) FRAME=(BITMAP_TITLE-FRAME-09,1) FRAME=(BITMAP_TITLE-FRAME-10,1) FRAME=(BITMAP_TITLE-FRAME-11,1) FRAME=(BITMAP_TITLE-FRAME-12,1) FRAME=(BITMAP_TITLE-FRAME-13,1) FRAME=(BITMAP_TITLE-FRAME-14,1) FRAME=(BITMAP_TITLE-FRAME-15,1) FRAME=(BITMAP_TITLE-FRAME-16,1) FRAME=(BITMAP_TITLE-FRAME-17,1) FRAME=(BITMAP_TITLE-FRAME-18,1) FRAME=(BITMAP_TITLE-FRAME-19,1) FRAME=(BITMAP_TITLE-FRAME-20,1) FRAME=(BITMAP_TITLE-FRAME-21,1) FRAME=(BITMAP_TITLE-FRAME-22,1) FRAME=(BITMAP_TITLE-FRAME-23,1) FRAME=(BITMAP_TITLE-FRAME-24,1) FRAME=(BITMAP_TITLE-FRAME-25,1) FRAME=(BITMAP_TITLE-FRAME-26,1) FRAME=(BITMAP_TITLE-FRAME-27,1) FRAME=(BITMAP_TITLE-FRAME-28,1) FRAME=(BITMAP_TITLE-FRAME-29,1) FRAME=(BITMAP_TITLE-FRAME-30,1) FRAME=(BITMAP_TBITMAP_TITLE-FRAME-32FRAME=(BITMAP_TITLE-FRAME-32FRAME=(BITMAP_TITLE-FRAME-32FRAME=(BITMAP_TITLE-FRAME-32FRAME=(BITMAP_TITLE-FRAME-32FRAME=(BITMAP_TITLE-FRAME-32FRAME=(BITMAP_T,1)
The existing problem still stands though: the anim does not play on the title screen and only sort of plays bits of it when you click a button.
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact: