A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: need some advice

  1. #1
    human
    Join Date
    May 2000
    Posts
    132

    need some advice

    I have a pretty complex question to ask that is kinda involved, so here it goes.

    I am working with Flash MX.

    I have a building with 12 floors. Each floor has a floor plan with 20 units on it. Each floor is clickable and takes you to a floorplan. Each unit on that floorplan is clickable to a detail of that unit that pulls in info from a DB as to details and such.

    Ok, that explained, I am currently setting up like this...
    Each floor is a flash movie that contains the floorplan with clickable units. When you click on a particular unit, it takes you to a different scene with that unit detail. There would be 20 diff. scenes.

    I know there is a better way to do it. Would it make more sense to make each unit # a MC and load it into the the same timeline? I am not sure how to do this, and I know that scenes are a little sketchy to work with. Would this make it a smaller (bandwidth wise) movie as well?

    Any suggestions???

    Thanks!


  2. #2
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,361
    to avoid scenes (which you should) make a new movieclip and treat each of its individual frames as your "scenes". In each one of these frames you can include independant moviclips which, when this main scene movieclip goes to the specific frame, that movieclip will be present and play.

    You can make the first frame of this scenes mc empty with just a stop() command so when you place it on the screen in flash its nothing until you tell it to gotoAndStop at a specific frame.

  3. #3
    ultramember itworks's Avatar
    Join Date
    Nov 2002
    Location
    with angelina jolie
    Posts
    1,140

    my advice

    for the descrition you made it seems that your movie will be very large although it works, so by advice (the way i would do it) is to make every unit a swf file that loads inside a floor swf wich loads into a main swf, all of them with their own preloaders. seems to me that the loadMovie is the best option for you.

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