Page 1 of 1

Is it possible to have a movie clip as the main menu?

Posted: Tue Mar 30, 2010 12:56 am
by deltazechs
I was wondering if it's possible to use a movie clip as the background of the main menu rather than using an image as the background.

Thanks in advance

Re: Is it possible to have a movie clip as the main menu?

Posted: Thu Apr 01, 2010 4:29 pm
by rioka
I've never seen it happen though it would be rather cool to have it - or at least some type of animation ability.

Re: Is it possible to have a movie clip as the main menu?

Posted: Thu Apr 01, 2010 8:01 pm
by deltazechs
I would think that if movies can be declared as a displayable, then there must be a way to display it as main menu background...

Re: Is it possible to have a movie clip as the main menu?

Posted: Sat Apr 03, 2010 6:43 am
by number473
It is possible to set an arbitrary displayable as the main menu background, well, I don't know if this includes a movie. You just set mm_back (if I've remembered the name right) which would normally be your background image in the options file, to the didplayable you want. I've done it using an animation declared using an image statement and ATL block, and it works exactly as expected.

Re: Is it possible to have a movie clip as the main menu?

Posted: Mon Apr 05, 2010 5:00 pm
by rioka
number473 wrote:I've done it using an animation declared using an image statement and ATL block, and it works exactly as expected.
Cool. Was the animation a gif file or was it a set of images (kind of like how you animate eyes in an in-game character)?

Re: Is it possible to have a movie clip as the main menu?

Posted: Tue Apr 06, 2010 5:53 am
by number473
It was a set of images. I'll make some notes here, the image declaration should happen before the init block with the options, so I put it into an init block with priority -2. Also, I don't think you can use transitions in it -- I think it caused an error when I tried. Most transitions can be written as ATL transforms, though, so it's not too much trouble.