The American Girls Dress Designer
| American Girls Dress Designer |
|---|
|
Developer: Mattel Interactive
|
Because some girls feel like their already-expensive doll collection just doesn't cut it, American Girl decided to make things a little, um, cyber...
The American Girls Dress Designer is an educational game/application developed and released by Mattel Interactive for Windows in 1999. This was essentially an interactive version of the paper doll sets American Girl sold featuring their Historical Characters roster, from colonial era Felicity Merriman to WWII-era Molly McIntire. The game allows players to create and edit period clothes for the historical characters. Users can choose between different patterns, styles, designs and trim for each character, and they can also build and print out a fashion portfolio.
Sub-Page
| Notes |
Uncompiled Scripts
Script files going by the filename intf.sjr can be found in the game's Bundles folder, both on the CD and on the installation folder. A snippet from one of them can be found below:
-- American Girls Dress Designer Director Source File --
-- Gregory Cosmo Haun -- July 27, 1999 -- revision 33 --
--on mouseenter
-- global gCursorHot
-- if not gCursorHot then
-- cursor [member "arrow" of castlib 1]
-- end if
--end
--on cursor myparam
-- put myparam
--end
on startMovie
-- put "startMovie called"
cursor [member "arrow" of castlib 1]
-- put "calling set globals at: " & the ticks
SetGlobals
-- put "SetGlobals finished at: " & the ticks
end
on BAMFquitrequest
global gExitDialogOpen
-- put "BAMFquitrequest received"
updatestage
if not gExitDialogOpen then
OpenDialog ("Exit" , rect(-1,0,287,180))
set gExitDialogOpen = 1
end if
end
Windowed Mode
A seemingly undocumented parameter called fsenabled (fullscreen enabled) can be found in Dress Designer.ini. By default this is set to 1, but editing it to 0 allows the game to be played in a window.
fsenabled=1
The American Girl series
| |
|---|---|
| Windows | The American Girls Dress Designer • American Girl Kit: A Tree House of My Own |
Cleanup
Cleanup
Cleanup
Games > Games by content > Games with uncompiled source code
Games > Games by content > Games with unused code
Games > Games by developer > Games developed by Houghton Mifflin Harcourt
Games > Games by developer > Games developed by Ubisoft > Games developed by The Learning Company > Games developed by Mattel Interactive
Games > Games by platform > Windows games
Games > Games by publisher > Games published by Houghton Mifflin Harcout
Games > Games by publisher > Games published by Ubisoft > Games published by The Learning Company > Games published by Mattel Interactive
Games > Games by release date > Games released in 1999
Games > Games by series > American Girl series
Hidden categories > Pages missing date references
Hidden categories > Pages missing developer references
Hidden categories > Pages missing publisher references