A Flash Developer Resource Site

Search:

Type: Posts; User: Quasidandy

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    382

    [F8] Silly button targeting problem

    this is a little silly, but I have to ask. Trying to assign an onRelease function to a button from frame 1 of the root timeline. The button is on frame two of a nested MC with a stop action on frame...
  2. Replies
    0
    Views
    705

    de-interlace video?

    **EDIT**
    Never mind ... apparently Avid CAN do it ... filter called "de-fielding" for anyone interested. Thanks anyway!
    **EDIT**

    I am working on a hard drive/cd-rom based presentation using...
  3. Replies
    1
    Views
    418

    pushing the post back for some fresh eyes. My...

    pushing the post back for some fresh eyes. My project hinges on fixing this problem. So if there isn't a solution, I'll need to rethink the whole thing. Thanks for any, and I mean ANY thoughts.

    Q
  4. duplicateMovieClip not copying children

    Here's my scenario:

    create a new movie clip
    parent.createMovieClip(holder,1)

    attach various new clips to the holder
    parent.holder.attachMovie("child",child,10)

    Now duplicate the holder and...
  5. Replies
    1
    Views
    418

    dragable mc's inside a scrollpane

    I'm quite stuck here. I've managed to load external .swf's into a scrollpane, and as they are loaded, I am adding an onPress and an onRelease handler to each swf's mc as they are loaded. However, I...
  6. Replies
    2
    Views
    470

    Could you elaborate? I'm not sure I understand...

    Could you elaborate? I'm not sure I understand you. I am really trying to control this application through one, or at least as few, frames of actionscript as possible. I will be doing this same...
  7. Replies
    2
    Views
    470

    load created mc into scrollpane

    Trying the actionscripters for this one ...
    I am loading external swf's into a new MC created using createEmptyMovieClip(). I want to then load that clip into a scrollPane, but the scrollPane...
  8. Replies
    2
    Views
    650

    Same problem

    I'll re-up for ya. I'm having the same dilemma. I am loading external swf's into a new MC created using createEmptyMovieClip(). I want to then load that clip into a scrollPane, but the scrollPane...
  9. Replies
    2
    Views
    443

    Never mind all! Got 'er figured out. For-in loops...

    Never mind all! Got 'er figured out. For-in loops ... beautiful!
    :D

    Q
  10. Replies
    2
    Views
    443

    Accessing a movie clips array ...

    in MX, I have a random number of movie clips inside a parent clip. is there any way to use a numeric incrementer to loop through the parent clips array of clips, and return any of those mc's...
  11. Replies
    0
    Views
    374

    projector playback quality

    I've seen this topic posted before, but there have been no concise answers.

    I would like to be able to either:

    a) set the playback quality of my projector file to 'autohigh'. Using...
  12. * bump *

    * bump *
  13. not too familiar with fscommand. Sorry. But...

    not too familiar with fscommand. Sorry. But here's some text from the Actionscript Dictionary:

    Usage:
    fscommand("command", "parameters")

    Description:
    Usage 4: In Visual Basic, Visual C++, and...
  14. I'm not sure if you can run an executable from...

    I'm not sure if you can run an executable from flash, but you can execute scripts. Check the getURL() method in your flash actionscript dictionary. (from the authoring environment: Help >...
  15. Replies
    1
    Views
    388

    just a thought, you are calling your trace...

    just a thought, you are calling your trace function as soon as the page loads, according to your AS.

    db.onLoad() will execute as soon as that loadVars is called, not after the script has run. I...
  16. scaling a hitTest producing odd results

    ok, here goes. I'm creating a drawing app.
    horsemarkings_v9.htm (20k)

    Using Actionscript, you can ONLY draw on the green areas (defined by the shapes in the mc 'hitState'). You can also zoom to...
  17. Replies
    1
    Views
    340

    Strike that, reverse it. Figured it out ... I...

    Strike that, reverse it.

    Figured it out ... I think. For reference:

    delete clip1.onRelease;

    Thanx anyway,

    Q
  18. Replies
    1
    Views
    340

    destroying mc.onMouseEvent for mc's

    After dynamically creating mc's, I am using AS to assing button actions:

    clip1.onRelease = function() {
    do.something;
    }

    Now, for another part of my movie, I need to remove these mouse...
  19. Replies
    3
    Views
    450

    Strike that... figured it out! thanks...

    Strike that...

    figured it out!

    thanks anyway!

    Q
  20. Replies
    3
    Views
    450

    Thanks! That makes sense. Any ideas on how I...

    Thanks! That makes sense.

    Any ideas on how I could accomplish this? I'm stumped.

    thnx

    Q
  21. Replies
    3
    Views
    450

    I'm having some issues with MX and event...

    I'm having some issues with MX and event handlers. Here's what I've got currently:



    hitState.onMouseDown = function() {
    hitState.onRelease = function() {
    // user has...
  22. Thread: Movie Clip

    by Quasidandy
    Replies
    1
    Views
    305

    put a stop() action on the first frame of every...

    put a stop() action on the first frame of every MC. This first frame should be blank, the second frame should be where the movie starts. On the last frame of each movie, put this code to move to...
  23. Replies
    1
    Views
    395

    bump

    bump
  24. Replies
    1
    Views
    395

    I have a function that allows the user to draw...

    I have a function that allows the user to draw shapes using the lineTo() function. Is there any way to step backwards and erase the previously drawn segment?

    My only thought is to continue to...
  25. any way you could use 4 different functions? Each...

    any way you could use 4 different functions? Each of the 4 different mc's would call their own dupClip function. That way, the enumeration would be unique to each of the 4 kinds of clips.

    just a...
Results 1 to 25 of 164
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center