A Flash Developer Resource Site

Search:

Type: Posts; User: dustar

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Try adding the number to the finalPosition, top &...

    Try adding the number to the finalPosition, top & bottom as they are referenced when the user clicks the mouse down to drag (onPress) and to detect when to stop scrolling/other functionality. It'll...
  2. Just adjust your 'top' and 'bottom' variables --...

    Just adjust your 'top' and 'bottom' variables -- something like

    var top:Number = scrollTrack._y + 20;
    var bottom:Number = scrollTrack._height-scrollFaceHeight+scrollTrack._y - 20;

    Tweak the...
  3. Replies
    4
    Views
    990

    else if (_root._currentframe==stopAtThisFrame) {...

    else if (_root._currentframe==stopAtThisFrame) {
    delete controller_mc.onEnterFrame;
    }
  4. Replies
    1
    Views
    592

    The default place for the AC_RunActiveContent.js...

    The default place for the AC_RunActiveContent.js is in a folder called "Scripts" if you've added the swf through Dreamweaver. Open up the index html file and have a look where it's trying to import...
  5. Replies
    4
    Views
    493

    This should fix you up... paste onto your...

    This should fix you up... paste onto your buttons, changing the goToFrame variable to the frame you want to stop at for each button. Oh and delete that entire onClipEvent, you don't need it. Since...
  6. Replies
    1
    Views
    951

    Here's a swf to show visually describe it better...

    Here's a swf to show visually describe it better than my description
    http://server6.theimagehosting.com/image.php?img=textDifferences.swf

    (it wont let me upload swf and I won't make you compile...
  7. Replies
    4
    Views
    493

    Please attach a test fla?

    Please attach a test fla?
  8. Replies
    1
    Views
    407

    CS3 You could dynamically create the movie clip...

    You could dynamically create the movie clip (createEmptyMovieClip) then use loadMovie to bring in a jpg/gif/png/swf. That way you don't even need to bring the hundreds of graphics into the library,...
  9. Replies
    2
    Views
    409

    Flash8 have a read about hitTest, make the yellow...

    have a read about hitTest, make the yellow squares hitTest the boxes and then use an if statement to check if it's all in the order you want.
  10. Replies
    1
    Views
    951

    Font/text stretch solution?

    Hey fk ^_^

    Well I'm tweening a movieclip using actionscript and (as you probably already know) if you don't embed the font, the textarea won't tween beyond x/y movement. If you embed, you can...
  11. Replies
    3
    Views
    2,285

    I have the exact same question.... What's the...

    I have the exact same question.... What's the actionscript for tiling a background image "endlessly"?

    So if the flash is published at 100% x 100%, the background image will continue to tile and...
  12. Replies
    1
    Views
    354

    FOUND IT. ...

    FOUND IT.

    http://www.kirupa.com/developer/mx/alpha_fade.htm

    *sighs with relief*
  13. Replies
    1
    Views
    354

    Looking for a certain tutorial...

    Hey everyone,

    I saw a tutorial somewhere, where the stage fades between different images depending on where the mouse is on the stage.

    In the example I remember the images were just those...
  14. Replies
    3
    Views
    433

    I've attached my fla. It's absolutely all over...

    I've attached my fla.
    It's absolutely all over the place, so I apologize for that, but hope you can see whats happening. :)

    Thanks
  15. Replies
    3
    Views
    433

    Im having a similar problem using floating flash...

    Im having a similar problem using floating flash as a menu -- the user can't click on any links, forms, text or other html where the flash sits on the top. I've been digging around google for a while...
  16. Replies
    2
    Views
    617

    Have a look at your setting and files in the...

    Have a look at your setting and files in the library -- Are they set to use JPG compression? This will lower filesize but you need to play around to minimise the loss of detail. Also, are you saving...
  17. Replies
    3
    Views
    433

    My menu stays down on the way back

    I've created a menu in flash which was working fine, except when you move the mouse from the *right* to *left*, each mc of the menu stays down. This doesn't happen if the mouse is moved from left to...
  18. Replies
    8
    Views
    1,031

    K, thanks Ja .... I think that's going a bit...

    K, thanks Ja .... I think that's going a bit beyond my scope but I'll give it a go. Thanks for your help man.
  19. Replies
    8
    Views
    1,031

    Hey, Thanks for your reply :) I can't get the...

    Hey, Thanks for your reply :)

    I can't get the user to press a submit button 'cause it's going to be a kind of easter egg, a subversive element to the page.
  20. Replies
    8
    Views
    1,031

    Action responding to a typed "word"

    Hi

    I'm hoping to have flash play a quick sound file in response to typing a word (or series of letters) on the keyboard. If someone could help me out or point me in a useful direction I'd really...
  21. Replies
    0
    Views
    758

    Downsampling with just the SWF

    hey,

    I've got a 40 meg SWF file with 30 seconds of video that I'd like to get down to (hopefully) under a couple of meg. Does anyone know if it is possible to do this without the .fla?

    thanks...
  22. Replies
    2
    Views
    435

    Thanks so much iaskwhy, I'll check it out :)

    Thanks so much iaskwhy, I'll check it out :)
  23. Replies
    2
    Views
    435

    Setting a customised cursor location

    Hey, thanks for looking.

    reference: http://www.oksunday.com/flash/map/map.htm

    I'm making this flash map, where your cursor changes to a custom graphic.

    What I'd like to do is keep the...
  24. Replies
    455
    Views
    22,382

    Sorry everyone.

    ..I just got another load of work to do and I won't be able to get my volley in anytime soon.

    I'm really sorry about the screw around. I know you're all keen for this to keep moving and I hope...
  25. Replies
    1
    Views
    427

    Flash distorting graphics in wierd way

    Hey all..

    Please take a look at this site I am making:

    http://www.oksunday.com/choices

    It's pretty much finished except flash is kind of compressing my images in a strange way.
    ...
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center