Flash website that clients can update

Out of context: Reply #14

  • Started
  • Last post
  • 22 Responses
  • ********
    0

    ////////////////////////////////...
    ////////////////////////////////...
    ///// ok this is the type engine //////////////////////////

    //////// array reference ////////////////////////////////...
    /* ok so this is the list for the array
    name of array
    0 alignment
    1 size
    2 color
    3 x
    4 y
    5 width
    6 text
    7 rotation
    */
    //////// this stuff is loaded from external sources, it is here for test purposes.
    /////////they should be commented out before final publishing ////////////////////////////////...
    categorycount = 5;

    cate1 = "ecards";
    cate2 = "ecardsdescription";
    cate3 = "ecardsentera";
    cate4 = "ecardsenterb";
    cate5 = "mainmenu";

    ecards0 = "left";
    ecards1 = 120;
    ecards2 = "54A121";
    ecards3 = 500;
    ecards4 = 190;
    ecards5 = 600;
    ecards6 = "E-CARDS";
    ecards7 = -3;
    ecards8 = 1;

    ecardsdescription0 = "center";
    ecardsdescription1 = 28;
    ecardsdescription2 = "000000";
    ecardsdescription3 = 466;
    ecardsdescription4 = 380;
    ecardsdescription5 = 500;
    ecardsdescription6 = "Send your friends and family a fun e-Card! Pick your favorite one and add a message";
    ecardsdescription7 = -3;
    ecardsdescription8 = 2;

    ecardsentera0 = "right";
    ecardsentera1 = 16;
    ecardsentera2 = "ffffff";
    ecardsentera3 = 570;
    ecardsentera4 = 620;
    ecardsentera5 = 300;
    ecardsentera6 = "ENTER THE";
    ecardsentera7 = -6;
    ecardsentera8 = 2;

    ecardsenterb0 = "left";
    ecardsenterb1 = 65;
    ecardsenterb2 = "ffffff";
    ecardsenterb3 = 620;
    ecardsenterb4 = 620;
    ecardsenterb5 = 600;
    ecardsenterb6 = "ECARD ZONE!";
    ecardsenterb7 = -5;
    ecardsenterb8 = 1;

    mainmenu0 = "right";
    mainmenu1 = 18;
    mainmenu2 = "ffffff";
    mainmenu3 = 520;
    mainmenu4 = 5;
    mainmenu5 = 300;
    mainmenu6 = "MAIN MENU";
    mainmenu7 = 0;
    mainmenu8 = 2;

View thread