ID:268921
 
{This may belong in a different forum}
I am creating a game called 'The Legend of Zelda-Links Awakening-, and i'd like to know if it is at all possible to make a full screen (as far as the game screen on BYOND, not the persons actual computer screen) animation show up when a person logs in, It'd be greatly appreciated if you could tell me how to/or if its not even possible.
You could make alot of icon states example I am going to show you an example

picture this as a 3x3 view (you cant make one this small i just made it that because it would require less typing

make an icon for each square. Add how many states in the animation. Name the icon with its coordinates. and make an icon state for each coordinate. Change the next icon state with what you want appearing an the next state. ( this will take alot of trial and error )

<font size = 4>

[1] [2] [3]

[4] [5] [6]

[7] [8] [9]

</font>

Yes, this is possible. Create a moving image in your favorite editor and use dream maker's icon import function to split it into 32x32 pixels. For best results, make sure the total size of your movie file is a multiple of 32 by another multiple of 32 in dimension.

-LoW