home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global whichItem
- if whichItem = 1 then
- go to movie "sampler"
- else if whichItem = 2 then
- go to movie "software"
- else if whichItem = 3 then
- go to movie "readerint"
- else if whichItem = 4 then
- go to movie "tutorials"
- else if whichItem = 5 then
- go to movie "net"
- else if whichItem = 6 then
- go to movie "about"
- else if whichItem = 7 then
- go to movie "newint"
- end if
-
-
- end