A Flash Developer Resource Site

Search:

Type: Posts; User: cokertodd

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    615

    Photo Gallery

    Finishing up an image gallery. Going to be a component very soon. If anyone sees anything that would be a value add please let me know.

    http://www.uni5ied.com/gallery/

    todd@uni5ied.com
    ...
  2. Replies
    2
    Views
    603

    portfolio site

    Portfolio site of turnbox designer Todd Coker.

    http://supermedium.com
  3. Replies
    1
    Views
    536

    Poll: turnbox studios (http://turnbox.com)

    Turbox Studios has undergone a complete re-design. They decided to go with an original look. I really like it, myself. They also decided to stream music which is the core of what they do. Great site....
  4. Replies
    1
    Views
    404

    loadVariables Question

    Ok.

    I have an Array that resides in an .asp file, the Array look like this:

    _root.listArray = [['1809', '1-story, 1911 sq. ft., 2-3 bdrm, bath, 2+-car garage', '$214,000', 'n',...
  5. Replies
    0
    Views
    346

    Ok., I'm duplicating a MC with amount = 40; for...

    Ok., I'm duplicating a MC with
    amount = 40;
    for (i=1; i<amount; ++i) {
    duplicateMovieClip ("mc0", "mc"+i, i);
    eval("mc"+i)._x = eval("mc"+(i-1))._x+6;
    eval("mc"+i+".num") = i;

    the question is...
  6. Replies
    1
    Views
    465

    duplication question

    Ok., I'm duplicating a MC the question is this the MC named mc has a varible in in named Text, after I duplicate the MC mc how do I set the varible in lets say the 1st thru the 3rd duplicated MC
    so...
  7. Replies
    1
    Views
    495

    duplication question

    Ok.

    I'm duplicating a MC with

    amount = 40;

    for (i=1; i<amount; ++i) {

    duplicateMovieClip ("mc0", "mc"+i, i);
    eval("mc"+i)._x = eval("mc"+(i-1))._x+6;
  8. Replies
    1
    Views
    755

    I am trying to create a playlist of MP3 files...

    I am trying to create a playlist of MP3 files that string together upon user clicks, take a look at the current build at the following address

    http://www.pinchdesign.com/playlist/

    the...
  9. Replies
    0
    Views
    354

    I am trying to create a playlist of MP3's that...

    I am trying to create a playlist of MP3's that string together upon user clicks, take a look at the current build at the following address

    http://www.pinchdesign.com/playlist/

    the question I...
  10. listbox

    so would the syntax read like this?

    button 1

    on (press) {
    MyListBox = MyListBox+"\n"+MyList0;
    MyList0 = "todd";
    }
  11. Replies
    1
    Views
    355

    My question is this: I have 1 input box...

    My question is this:

    I have

    1 input box
    1button
    1 Dynamic text box

    what I want to happen is:
  12. Thread: fourm.com

    by cokertodd
    Replies
    0
    Views
    632

    Anyone had any luck figuring out the fourm.com...

    Anyone had any luck figuring out the fourm.com navigation system ?

    I've tried and tried but cannot figure it out

    Any suggestions are greatly appreciated.

    thanks,
    -t
  13. Thread: PLEASE HELP

    by cokertodd
    Replies
    0
    Views
    404

    I need to create a MC that is a tree structure of...

    I need to create a MC that is a tree structure of links, upon clicking any one of the links it fires off to a seperate MC that displays the link clicked in the order it was clicked.

    for example I...
  14. Thread: MC question

    by cokertodd
    Replies
    5
    Views
    526

    _root.window.minise.gotoAndStop(2); this is...

    _root.window.minise.gotoAndStop(2);

    this is what I tried but still couldn't get it to talk to the frame.

    on (release) {
    tellTarget (_root.window1.call.gotoAndStop(2)
    ) {
    }
    }
    on (release)...
  15. Thread: MC question

    by cokertodd
    Replies
    5
    Views
    526

    No Luck with that syntax. ...

    No Luck with that syntax.

    _root.window.minise.gotoAndStop(2);

    I get this error:

    Target not found: Target="_root.window1.call.gotoAndStop(2);
    " Base="_level0.instance19"
  16. Thread: MC question

    by cokertodd
    Replies
    5
    Views
    526

    response

    Ok.

    Here's more detail.

    I have a main MC named window that sits on the main stage, inside of the MC window I have a MC named minise, I need to get to the second frame of the MC minise that is...
  17. Thread: MC question

    by cokertodd
    Replies
    5
    Views
    526

    Here is the question: If I have a MC that...

    Here is the question:

    If I have a MC that contains other MC's that is on the main stage what is the syntax to talk to the MC that are within the main MC

    One person told me I need to make a...
  18. Replies
    4
    Views
    528

    check it

    this is the only way I could get it to work:

    on (release) {
    _level0.window1. _visible = true;
    _level0.window1.swapDepths(_level0.windepth);
    _level0.windepth++;
    }
  19. Replies
    4
    Views
    528

    you rock

    Thank you.
  20. Replies
    4
    Views
    528

    I have a movie that has two levels. ...

    I have a movie that has two levels.

    http://pinchdesign.com/vmi/progress

    I can't figure out why I can't get the dropdown on level1 to execute the second part of this script.

    I figured this...
  21. Replies
    6
    Views
    2,377

    They got their fair share...trust me.

    They've had enough.............."get back to work."
  22. Replies
    6
    Views
    2,377

    Great Work

    Yes, It is my company. I think my group did some great work.
  23. Replies
    6
    Views
    2,377

    Just thought I'd share a very clean site with the...

    Just thought I'd share a very clean site with the group.
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center