Page 1 of 1

[Fixed for V0.47] Animations not displayed at Entrance

Posted: Thu Feb 28, 2008 12:13 am
by Gambit37
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... :-)

Posted: Thu Feb 28, 2008 10:09 pm
by Gambit37
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:

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)	
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.

Posted: Thu Feb 28, 2008 11:26 pm
by George Gilbert
Fixed (both issues) for V0.47

Posted: Fri Feb 29, 2008 1:34 am
by Gambit37
Cool, cool, coolio! :D