6
ClickThru Splash Screen – Guide Open the Flash template file “SplashScreen_PcMac.fla” in Flash Professional 8.0 [USER SHOULD HAVE THE KNOWLEDGE OF ADOBE FLASH 8 PROFESSIONAL] (All ActionScript code is included in the Flash fla file) In this template the changes to be made are for: 1. The left book graphics, 2. Book thumbnails, 3. Title 4. Footer links. D. Book Graphics C. Book Thumbnails & buttons A. Title F. Footer links

Splash Screen Guide - Pearson · Creating Projector file exe & app Once all edits has been made. a. Click on ‘File Menu’ & select ‘Publish Settings…’ b. Check ‘Windows

  • Upload
    others

  • View
    8

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Splash Screen Guide - Pearson · Creating Projector file exe & app Once all edits has been made. a. Click on ‘File Menu’ & select ‘Publish Settings…’ b. Check ‘Windows

ClickThruSplashScreen–GuideOpentheFlashtemplatefile“SplashScreen_PcMac.fla”inFlashProfessional8.0

[USERSHOULDHAVETHEKNOWLEDGEOFADOBEFLASH8PROFESSIONAL]

(AllActionScriptcodeisincludedintheFlashflafile)

Inthistemplatethechangestobemadearefor:

1. Theleftbookgraphics,2. Bookthumbnails,3. Title

4. Footerlinks.

D. BookGraphics

C. BookThumbnails&buttons

A. Title

F. Footerlinks

Page 2: Splash Screen Guide - Pearson · Creating Projector file exe & app Once all edits has been made. a. Click on ‘File Menu’ & select ‘Publish Settings…’ b. Check ‘Windows

EditTitle:

• SelecttheTitlebox,rightmouseclick&select‘EditinPlace’fromthemenu.• Selectthe‘TextTool’fromTools&clicktheTitleboxtoeditthetext.

• Editthetextandclickon‘Scene1’toviewinstagemode.

ChangingLeftbookgraphics:

a. Selecttheleftbookgraphics,rightmouseclick&select‘EditSelected’fromthemenu.

b. Identifythex&ycoordinatesoftheselectedgraphics.E.g.(x=3.1&y=112.6)c. Drag&dropthenewleftgraphicsfromtheLibrary.d. Deletethegraphicswhichhastobereplacedwiththenewone.

e. Selectthenewgraphics&enterthenew(x&y)coordinatesinthe‘Properties’window.

Page 3: Splash Screen Guide - Pearson · Creating Projector file exe & app Once all edits has been made. a. Click on ‘File Menu’ & select ‘Publish Settings…’ b. Check ‘Windows

Changingbookthumbnailgraphics:

a. Selectthethumbnailgraphics,rightmouseclick&select‘EditinPlace’fromthemenu.b. Identifythex&ycoordinatesoftheselectedgraphics.E.g.(x=0&y=0)

c. Drag&dropthenewleftgraphicsfromtheLibrary.d. Deletethegraphicswhichhastobereplacedwiththenewone.e. Selectthenewgraphics&enterthenew(x&y)coordinatesinthe‘Properties’window.

f. Changeallbookthumbnailsfollowingtheprocess(a)through(e).

Changingclosebuttontext:(Ifsplashistargetedfornon‐Englishtitle)

a. Selectthe‘Close’buttongraphics,rightmouseclick&select‘EditinPlace’fromthemenu.b. Clickon‘Over’intheTimelinewindow.

c. SelecttheTextbox‘Close’d. Selectthe‘TextTool’fromTools&clicktheTitleboxtoeditthetext.e. EdittheText(makesurethetextcolorisRED)

f. Clickon‘Down’intheTimelinewindow.g. EdittheText(makesurethetextcolorisGREEN)h. Clickon‘Scene1’toviewinstagemode.

Page 4: Splash Screen Guide - Pearson · Creating Projector file exe & app Once all edits has been made. a. Click on ‘File Menu’ & select ‘Publish Settings…’ b. Check ‘Windows

Changingfootertext(Ifsplashistargetedfornon‐Englishtitle)

a. Selectthe‘LegalNotice’buttongraphics,rightmouseclick&select‘EditinPlace’fromthemenu.

b. Clickon‘Up’intheTimelinewindow.c. SelecttheTextbox‘LegalNotice’d. Selectthe‘TextTool’fromTools&clicktheTitleboxtoeditthetext.

e. EdittheText(makesurethetextcolorisWHITE)f. Clickon‘Over’intheTimelinewindow.g. EdittheText(makesurethetextcolorisRED)

h. Clickon‘Down’intheTimelinewindow.i. EdittheText(makesurethetextcolorisGREEN)j. Clickon‘Scene1’toviewinstagemode.

k. Changeallfooterbuttontextfollowingtheprocess(a)through(j).l. NOTE:SIMILARPROCESSFORTEXTBUTTONSBELOWTHEEBOOKTHUMBNAILS

Page 5: Splash Screen Guide - Pearson · Creating Projector file exe & app Once all edits has been made. a. Click on ‘File Menu’ & select ‘Publish Settings…’ b. Check ‘Windows

FlashActionScriptsActionScriptforebookthumbnails

a. SelectthethumbnailgraphicsandActionsfromWindowsMenu.

b. ActionScriptcodeshouldlookasthescreencapturegraphics.c. TheonlydifferenceincodeforseparateebookthumbnailsareblockedinREDBOX

EbookThumbnail1 EbookThumbnail2 EbookThumbnail3 EbookThumbnail4fscommand("exec", "gr01.exe"); fscommand("exec", "gr01.app");

fscommand("exec", "gr02.exe"); fscommand("exec", "gr02.app");

fscommand("exec", "gr03.exe"); fscommand("exec", "gr03.app");

fscommand("exec", "gr04.exe"); fscommand("exec", "gr04.app");

d. Thethumbnailbutton&theTextbuttonbelowthethumbnailshouldhavesamecode.e. PleaserefertoClickThruGuidefordetailsabout‘gr01.exethroughgr04.exe&gr01.appto

gr04.app’

ActionScriptforclosebutton

a. ActionScriptcodeshouldlookasthescreencapturegraphics.

Page 6: Splash Screen Guide - Pearson · Creating Projector file exe & app Once all edits has been made. a. Click on ‘File Menu’ & select ‘Publish Settings…’ b. Check ‘Windows

ActionScriptforLegalNoticebutton

a. ActionScriptcodeshouldlookasthescreencapturegraphics.

ActionScriptforPrivacyPolicybutton

on(release){

getURL("http://www.pearsonschool.com/index.cfm?locator=PSZcBk","_blank");

}

ActionScriptforPermissionsbutton

on(release){

getURL("http://www.pearsonschool.com/index.cfm?locator=PSZ19s","_blank");

}

CreatingProjectorfileexe&appOncealleditshasbeenmade.

a. Clickon‘FileMenu’&select‘PublishSettings…’

b. Check‘WindowsProjector(.exe)’c. Clickon‘Publishbutton’.d. Thiswillcreatea‘SplashScreen_PcMac.exe’inPC

e. ThesameprocesshastobedoneinMACf. Thiswillcreatea‘SplashScreen_PcMac.app’inPCg. RenamethePCprojectorto‘Start.exe’&MACprojectorto‘Start.app’.

h. Start.exe&Start.appisreadytobeusedforSplashScreen.