DesignFission

Flash, Web, Javascript and everything else

Posted on by Edwin


It's been some time since I've posted some resources for Web Designers/Developers. A quick trip to Digg yielded me 2 sites that each have their own list of resources.

The first is 100 (Legal) Sources for Free Stock Images.

The next one is 77 Resources to Simplify your Life as a Web Designer.

Posted on by Edwin | Posted in Resources


About Edwin

I do code.

2 Responses to Resources Update

  1. sherry says:


    hey edwin can i ask rite some qn about classes in as2
    where it is at a external file

    the code is

    class ball extends MovieClip{
    public function inta()
    {

    this._x+=5;
    trace(“here”)
    }

    }

    //code ends here

    then how do i call this function from a fla?


  2. DarkSuiyoken says:


    hmm i haven’t delve into classes too much. but if i’m not wrong, you should be able to call it by calling MovieClip.inta() where MovieClip is the instance name of the movieclip you want to move the _x of.


Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>