On Thu, 18 May 2000, Steven D'Aprano wrote:
> Scott Raney wrote:
>
> > ... I've seen many stacks that change the current directory
> > to select different sets of images or movies (e.g., to support
> > multiple languages) [snip]
> > using separate *stacks* for the different languages isn't a
> > good design.
>
> Hmmm... that's the design I would have used. What is the problem with
> it, and what would you suggest?
It's just a lot of extra work: every time you make one change in the
stack, you have to go and make the same change in X other stacks too.
Better to use a single stack and change the images/movies/sounds by
changing the file reference (e.g., the directory) and text by loading
different sets of text files (also possibly e.g. based on the
directory) at run time.
Regards,
Scott
> --
> Steven D'Aprano
>
> ==========================================
> M.B. Sales Pty Ltd Ph: +61 3 9460-5244
> A.C.N. 005-964-796 Fax: +61 3 9462-1161
********************************************************
Scott Raney [EMAIL PROTECTED] http://www.metacard.com
MetaCard: You know, there's an easier way to do that...
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.