I leave this code which I use a lot on my menus. I do not use normal images & movie image . with this you can have images that we do not see every day on our game. use it for good and your menu will have the best background!!
Code:
if (Bool)
{
if (!HAS_SCALEFORM_MOVIE_LOADED(intbool))
intbool = REQUEST_SCALEFORM_MOVIE("SCALEFORM- Name"); // --->>>> APP_TRACKIFY - "TEETH_PULLING" (search with the openiv program)
else
{
DRAW_SCALEFORM_MOVIE(intbool, menuXCoord, Y, 0.19f, 0.083f, 255, 255, 255, 255, 0);
}
}