A Flash Developer Resource Site

Search:

Type: Posts; User: mrjellyd

Page 1 of 10 1 2 3 4

Search: Search took 0.41 seconds.

  1. Replies
    10
    Views
    549

    or you may need to target your clip:...

    or you may need to target your clip:
    _root.myClip.loadVariables("homers.txt", _level0);


    see if that works.
  2. Thread: Nested Clips

    by mrjellyd
    Replies
    3
    Views
    575

    hi doc. make sure your syntax is exact. on...

    hi doc.

    make sure your syntax is exact.

    on (release) {
    _root.gotoAndPlay (5);
    }

    l/c t and it should work.
    d
  3. Replies
    2
    Views
    491

    check out this thread at were-here.com:...

    check out this thread at were-here.com:
    http://www.were-here.com/forums/showthread.php?threadid=88056

    go down papaya nirvana has a fla that you can download.
    hope this helps you
    d
  4. mike. i dont doubt your eagley eyes, but i...

    mike. i dont doubt your eagley eyes,
    but i checkd my lines and put a trace on that sucker
    trace (this._x);
    it seems the duration = 12 is dividing end - start
    which is 200/12. im guessin thats...
  5. Replies
    4
    Views
    563

    this is an excellent tutorial:...

    this is an excellent tutorial:
    http://www.philterdesign.com/tutorials/tutorial01.html

    make sure to check out the entire site:
    http://www.philterdesign.com/
    you can get some serious learning on...
  6. wonderfulrishico!

    mikes the man! mikes the man! mikes the man!
    along with a few others (robertpenner is pretty cool),
    big thanks mike!!! there is one lil problem, it doesnt
    go back to exactly 100, but ill worry...
  7. wow! thanks mike. that is what im trying to say....

    wow! thanks mike.
    that is what im trying to say.
    im off to try and apply it now.
    d.
    [Edited by mrjellyd on 09-19-2001 at 04:09 PM]
  8. i apologize if youve seen this on another board ...

    i apologize if youve seen this on another board
    im really stumpd. this is a link to my example:
    http://www.confusement.com/hodup.html
    (i did update my example to show exactly what im trying to...
  9. in the actions panel with your button selected...

    in the actions panel with your button selected
    put this code in. you will have to use the expert mode
    to put the _root part in:
    (the // is for notes, they arent needed but a good habit
    in case...
  10. Replies
    0
    Views
    429

    hello. this what im trying to achieve: using...

    hello. this what im trying to achieve:
    using robpenner’s easing equations i am trying to have
    a mc (instance name: gray) move to a specified _x
    position on a button release.
    //code in my...
  11. dynamic text

    There is a pretty nice tortilla at actionscripts.org:
    http://www.actionscripts.org/tutorials/intermediate/scrolling_text/index.shtml

    this is my result:
    its got some randomized external text...
  12. Replies
    2
    Views
    459

    search the tutorials:

    check out the tutorial section here at flashkit:
    http://www.flashkit.com/tutorials/Audio/Sound_In-Matthew_-204/index.shtml

    this is kinda complicated:...
  13. have you tried:

    getURL ("javascript:self.close()");

    try getURL.

    hope this helps.
    d
  14. thanks for the reply

    thanks david. im trying what you suggested, but i cant get it.
    maybe im missing something. ive got the three frames of code.

    this is the last two lines of my txt file:
    &strat101=Do the last...
  15. hello. can a button perform action when swf...

    hello.
    can a button perform action when swf loads? without the user?
    i have a button in a swf that randomly loads 1 of 101 phrases
    into a dynamic text box from an external text file. when the...
  16. Replies
    0
    Views
    264

    http://board.flashkit.com/board/showthread.php?thr...

    http://board.flashkit.com/board/showthread.php?threadid=188926
  17. Thread: 2 monitors?

    by mrjellyd
    Replies
    15
    Views
    1,079

    i recommend this for all!!!

    i work on a g4@work / g3@home and ive two
    monitors for both. its great! timeline on monitor 2
    everthing else on monitor 1. with a mac its pretty
    simple...extra video card in a slot. the monitor...
  18. Replies
    1
    Views
    553

    oblique strategies for creative thinking

    hello. creative and thinking seem to be at odds
    for me most of the time, but sometimes when im
    stuck i take a look at Brian Eno & Peter Schmidt's
    Oblique Strategies.

    ive been learnin how to...
  19. Replies
    2
    Views
    528

    thanks crafty. i did finally figure it out. when...

    thanks crafty. i did finally figure it out.
    when i finish the little thing i making ill post up an address.
    its gunna be pretty neat. an oblique strategy (eno) randomizer.
    on randoms from...
  20. Replies
    6
    Views
    684

    good tuts

    http://www.actionscripts.org/tutorials/intermediate/scrolling_a_text_box/index.shtml
  21. Replies
    2
    Views
    528

    hello. id like to have a button load a random...

    hello.
    id like to have a button load a random line from an
    external txt file on release. if i have three lines in
    the txt file the button would pick one of the three
    lines randomly and put it...
  22. id be interested in see the action robot

    robot:
    im not sure how it would be different if the buttons
    are inside the movie clips. is it a path issue?
    airman:
    are you using invisible buttons?

    d
  23. it should work

    airman:
    if you email me your file i can take a looksee.
    its up to you. dkaplan@tanagram.com
  24. lil example

    hi
    if you go here to see:
    http://www.confusement.com/rootfk.html
    here is the fla here:
    http://www.confusement.com/scenes_a.fla
    click and hold for download.
    maybe this helps.
    d
  25. this will send you to the scene named "one" and...

    this will send you to the scene named "one"
    and start playing in frame 1:

    on (release) {
    gotoAndPlay ("one", 1);
    }

    this will send you to the scene named "two"
    and stop in the frame label...
Results 1 to 25 of 227
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center