A Flash Developer Resource Site

Search:

Type: Posts; User: holysocks

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    466

    try taking the onRelease,onRollOver,onRollOut...

    try taking the onRelease,onRollOver,onRollOut functions out of the loop like so:

    btntab.onRelease = Release;
    btntab.onRollOver = Over;
    btntab.onRollOut = Out;

    and then define the functions...
  2. Replies
    0
    Views
    369

    AS tweening problem

    Hi,
    I am loading images externally with loadMovie on to the stage and then making them _alpha = 0. When the slideshow function runs, it uses the Tween class to fade in and out the pictures one by...
  3. Replies
    0
    Views
    293

    Browser makes preloader useless

    When viewing swf files, the browser wont show the swf until the swf file is fully loaded, thus not showing the preloader at all. How do I get around this within the flash file?
  4. be sure to have "extends MovieClip" in the .as...

    be sure to have "extends MovieClip" in the .as class file
    eg: class Boat extends MovieClip{

    also, on the boat movie clip in library, make sure that Export for Actionscript is ticked and that AS...
  5. Replies
    11
    Views
    468

    can just use the Tween class for the motion too

    can just use the Tween class for the motion too
  6. nevermind....solved stupid me be sure to put...

    nevermind....solved
    stupid me

    be sure to put "extends MovieClip" in your class declarations
  7. [F8] AS not working on MovieClip - HELP!

    Hi
    I am attaching MCs with attachMovie, but one particular MC has problems with some actionscript.
    removeMovieClip and GotoAndPlay functions does not work with it. Anyone know whats wrong?
    help!
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center