A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: why does putting my frames in a m.c. mess everything up

  1. #1
    Senior Member
    Join Date
    Aug 2006
    Posts
    131

    why does putting my frames in a m.c. mess everything up

    HI! i prepared a dynamic gallery in flash from a file i got off of the movies section. So i want to turn it(as opposed to horizontal), and make it vertical, (plus to make it more manageable) so i put it in a movieclip. Then boom, nothing works at all! can someone explain to me why this happens?! and a way to fix that? thanks!



    here are my files

    http://thechancefate.com/portfolio/files.zip

    BTW- I'd be willing to pay someone for help.. im that desperate, pm for details, its so simple(what i need help with), but to me it means so much to get this done. so thats why its come to this. and on top of that its already half done.

  2. #2
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    please i'm dying for help!@

  3. #3
    Hey Timmy!!! walsher's Avatar
    Join Date
    Jan 2005
    Location
    Latrobe, PA
    Posts
    1,899
    Howdy, I wasn't able to see the file, due to it being 8. but I'm guessing it has something to do with how referencing things in your script. Like not using _root when you originally used them.

  4. #4
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    k, i will def take a look at that. thanks for your help,

  5. #5
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    k here is an update... Forget putting this into a movieclip... can someone just help me with this other problem (i know i have been asking alot, but then after this i'm done) heres my dillema, i flipped everything around in the updated file, but i can't seem to get the images to tile vertically so that they can scroll... but they all lie on top of one another...heres my files


    http://thechancefate.com/portfolio/files2.zip

    thanks so much! and if you need the code, i'll put it up too! thanks!

  6. #6
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    BOOM! nevermind i think i got it! THANKs everyone!

  7. #7
    Hey Timmy!!! walsher's Avatar
    Join Date
    Jan 2005
    Location
    Latrobe, PA
    Posts
    1,899
    awesome, glad to see you figured out

  8. #8
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    uh oh, spoke too soon! man! k i reset the files basically everything on my side is done, (like the bajillion thumbnails, etc,) but i don't want it to be horizontal! can someone show me how to convert it so that they images scroll vertically, and the the scrollbar is vertical. thanks! I screwed around with numbers in there for hours, i almost had it, but still i'm not getting it.

    my files-
    http://thechancefate.com/portfolio/files3.zip

    heres the code so you don't have to download-but i think downloading it would make make solving it a snap.


    function moveProjects(_arg1) {
    perC = (_arg1/slider.maxW)*100;
    newY = (projMaxW/100)*perC;
    featuredProjects._x = (5+featuredProjects._x)+(((-newY)-featuredProjects._x)/6);
    }
    j = 0;
    while (j<numItems) {
    nN = eval("featuredProjects.thumb"+j);
    prevN = eval("featuredProjects.thumb"+(j-1));
    if (prevN == undefined) {
    nN._x = 0;
    } else {
    nN._x = prevN._x+160;
    }
    j++;
    }
    projMaxW = featuredProjects._width-575;
    featuredProjects._visible = true;


    THanks!

  9. #9
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    please i'm at the end of my rope here. i might lose my job, i have been sitting at this computer for three days, and have a fever of 102! I'm begging someone to help me!

  10. #10
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    anyone?

  11. #11
    Senior Member
    Join Date
    Aug 2006
    Posts
    131
    alright thats it, i'm at my whits end, its such a simple thing! i'm willing to pay someone $50 for help. PM me, and we'll talk. Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center