Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The catalog case...

Status
Not open for further replies.

Metacomet

Technical User
Nov 19, 2002
79
MX
Urgent assistance here please,

Im making a catalog for my company, a clothes line catalog to be more especific, i have to make a functionable menu with different kind of designs, colors and tshirt styles and let the user make his combinations crossing all this concepts. Please, let me know the best way to solve this, because i already did one but now i have so many frames that the error percentaje is killing me therefore my boss!!!
I have like 2500 frames and when they do some change im about to get crazy.

I'll really appreciate some help here please.


GiLL
 
ouch! that's a lot of frames! I'd recommend you put each frame into a movieclip in the library and instead of going to different frames, load the different clips. the advantage is that you can sort your stuff into folders in the library, thus making it easier to find what you need to change.

instead of:
Code:
gotoAndStop(348);
you would use:
Code:
this.attachMovie("clip348", "clip_mc", 1);

Philip Keiter
Senior Flash Software Developer
Sphyrras
 
oh and if you're new to this, i should mention that you need to give the clips linkage identifiers in the library.

Philip Keiter
Senior Flash Software Developer
Sphyrras
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top