A Flash Developer Resource Site

Search:

Type: Posts; User: RESlyder

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Hi fruitbeard! Thanks for the zip! The...

    Hi fruitbeard! Thanks for the zip! The uncommented version is closer to what I was going for, keeping the original image and then adding the duplicated masked image on top in the center. I think I...
  2. Drawn movieclip X & Y position don't match stage X&Y (not nested) AS2/CS5

    Hi all!

    I am working on a project where the user can draw a box around a portion of an image, and that image will duplicate and enlarge on the screen and applying the drawn box as a mask showing...
  3. Replies
    1
    Views
    2,102

    Dynamic Drag boundaries - AS2

    Hi there! I am working on a project where I have a movieclip that the user can dynamically scale with a slider and drag around the stage. I am having trouble figuring out how to set the boundaries...
  4. AS 2 Ah! That makes total sense! I will give it a try!...

    Ah! That makes total sense! I will give it a try! Thanks for the quick reply!
  5. AS 2 Controlling dynamically named actionscript tweens?

    Hey all!

    My guess is I am defining the AS tween name wrong. Ultimately I am trying to make a function where I define the tween variable name, along with what mc it is altering and what position...
  6. AS 2 I think the gotoAndStop is referencing your...

    I think the gotoAndStop is referencing your movieclip button and not the main animation. Try adding _root.gotoAndStop and see if that works.
  7. AS 2 Key Listener and button getting different results

    Hi all,

    I have a function that is used by a button and a key listener using AS2.

    The function is written in the first frame as a frame action. On the button I have this code:


    on...
  8. AS 2 I ended up doing a work around and set up...

    I ended up doing a work around and set up embedded navigation points right before the event cue points, so now when the user releases the seek bar it "snaps" to the nearest nav bar and fires the...
  9. AS 2 [CS3] FLVPlayback SeekBar and Embedded Event Cue Points

    I have been looking all over for a solution, and I find a lot of posts that ask the question, but sadly no answers.

    I am using an flv (videoClip) with embedded event cue points. These cue points...
  10. Replies
    1
    Views
    1,670

    CS3 it was an error with one of the movieclips - just...

    it was an error with one of the movieclips - just deleted them one by one to find the culprit! Crisis averted!
  11. Replies
    1
    Views
    1,670

    CS3 [RESOLVED] ScrollPane not scrolling content

    Hi all,

    I am running into an issue with the Flash ScrollPane component. I have a series of graphics that I load into the scrollpane using contentpath. One of the bigger more complicated graphics...
  12. Replies
    1
    Views
    1,699

    I just answered a newer post of yours - so maybe...

    I just answered a newer post of yours - so maybe you figured it out, but I have had pretty good luck with this script I posted a while back.

    http://board.flashkit.com/board/showthread.php?t=739623
  13. Replies
    2
    Views
    1,853

    Wouldn't this work? Just turn it off before...

    Wouldn't this work? Just turn it off before calling the print function and turn it back on after the print is done?


    printButton.onPress = function() {
    buttonInstanceName._alpha = 0;...
  14. Replies
    0
    Views
    1,715

    AS 2 SetScrollPosition for AS2? [CS3]

    Hey all,

    I have some org charts/flow charts that I put in a scrollpane component and I would like to know if there is a way to have the scrollpane component start at a different position than...
  15. Replies
    0
    Views
    1,181

    AS 2 CS3 - ScrollPane Current and Total Frames

    I am working on a project that loads multiple movie clips from the library into a scrollpane component (i used the instance name "scroller").

    This is the code I am using to load the mcs into the...
  16. AS 2 Got it straightened out - I just had to define...

    Got it straightened out - I just had to define the X&Y conditions on the root level!
  17. AS 2 Deactivate onMouseDown when clicking on Scrollpane component

    Hey all,

    I have a CS3 scrollpane component with a movieclip loaded into it that the user can scroll up and down and side to side. In the movieclip I have a PNG and a drawing function that...
  18. Replies
    1
    Views
    1,608

    AS 2 keyListner and period not working

    Hey all!

    I am working on setting up a flash flipbook and they want to use a wireless remote to flip through the slides. So far I have been able to link up the keys to the page up/page down and...
  19. AS 2 Thanks for replying! I actually ended up...

    Thanks for replying!

    I actually ended up making the button actions a function and did two separate on keypress events that called the function.

    I have the astute pleasure of working with...
  20. AS 2 CS3 - Link two key press events to one button?

    Hey all,

    I am looking to have a button respond to both the Page Up button and the right arrow button. Basically we have a slideshow that we want the user to be able to either click on the button...
  21. Replies
    2
    Views
    2,108

    CS3 I ended up pushing this project to the back...

    I ended up pushing this project to the back burner after posting. Recently picked it back up and figured out my issue, so I thought I would post the solution for anyone else looking.


    var...
  22. AS 2 No problem! That is why these forums are here!...

    No problem! That is why these forums are here! Glad it worked out :)
  23. AS 2 What kind of code do you want to load with it? ...

    What kind of code do you want to load with it?

    Is there a reason you can't include the code in the movie clip in the library?
  24. Replies
    1
    Views
    656

    AS 2 is mySlide an array? If it is you likely need...

    is mySlide an array?

    If it is you likely need a number variable to tell the array what item from the list you want it to load.

    I usually just the variable i:

    var i:Number = 0;

    If you...
  25. AS 2 [CS3] keypress still works after button disabled

    Hi all,

    I am doing a slideshow of sorts and have buttons on the screen marked next and back. I have them paging through an array loading swfs into a container on the main stage one after another....
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center