Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Flash Idiosyncrasy

Name: Anonymous 2009-04-06 1:13

I made a slideshow in flash and it seems to have given each text element its own background or something, resulting in a box around the text slightly off from the color it's supposed to be, so it sticks out like a sore thumb rather than looking like... you know, normal white text inside a blue circle. now it's white text inside a barely lighter blue rectangle, inside a blue circle. please help me to correct this.

Name: Anonymous 2009-04-06 14:10

>>6

var lx = s_mc._x;
        var t;
        t=dy*eTime;
        if(Math.abs(t)>MAXY)
        t=(dy/Math.abs(dy))*MAXY;
        s_mc._y += t;
        s_mc._y = int(s_mc._y);
        t=dx*eTime;
        if(Math.abs(t)>MAXX)
        t=(dx/Math.abs(dx))*MAXX;
        s_mc._x += t;
        s_mc._x = int(s_mc._x);
        //////////////////////////////////////////////
        checkCollision();
        /////////////////////////////////////////
        omcy = s_mc._y;
        //if (Key.isDown(Key.DOWN)) {
        //s_mc._y+=eTime*300;
        //}
        resting = true;
       
        if (!onGround)
            dy += _global.GRAVITY*eTime;
            //_root.eng.timeX = dy;
        //} else {
            //dy = 0;
        //}

looks like a subset of C# to me.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List