#include "ming_utils.h"
#include <ming.h>
#include <stdio.h>
#include <stdlib.h>
Defines | |
#define | OUTPUT_VERSION 6 |
#define | OUTPUT_FILENAME "RollOverOutTest.swf" |
Functions | |
void | add_event (SWFMovie mo, const char *name, const char *event, const char *action) |
void | add_text_field (SWFMovie mo, const char *name, int depth) |
SWFDisplayItem | add_square (SWFMovie mo, byte r, byte g, byte b, int depth) |
int | main (int argc, char **argv) |
Variables | |
SWFFont | font |
#define OUTPUT_FILENAME "RollOverOutTest.swf" |
Referenced by main().
#define OUTPUT_VERSION 6 |
Referenced by main().
void add_event | ( | SWFMovie | mo, | |
const char * | name, | |||
const char * | event, | |||
const char * | action | |||
) |
SWFDisplayItem add_square | ( | SWFMovie | mo, | |
byte | r, | |||
byte | g, | |||
byte | b, | |||
int | depth | |||
) |
References make_fill_square().
Referenced by main().
void add_text_field | ( | SWFMovie | mo, | |
const char * | name, | |||
int | depth | |||
) |
References font.
int main | ( | int | argc, | |
char ** | argv | |||
) |
SWFFont font |