weijie ming flinders project. outline instruction research process interface basic function import...

13
Text Game Editor Weijie Ming Flinders Project

Upload: alice-fitzgerald

Post on 19-Jan-2016

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Text Game EditorWeijie Ming

Flinders Project

Page 2: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Outline Instruction Research Process

Interface Basic Function Import File Save FileDisplay and save contentWorking Part

Question time

Page 3: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

InstructionThree basic elements:

Pictures, music, and text

Three basic functions: Import, display, export

Page 4: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

InterfaceMulti-windows

Easy to understand and use

Show result immediately

Page 5: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Interface(Testing)

Page 6: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Interface(Testing)

Text Area

List of stage

List of image

Page 7: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Basic FunctionAllow to import picture file, music file, and

text file.

Display the result on the screen.

Allow users to edit the order of the playing file.

Page 8: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

ImportPicture allow .jpeg .bmp file

Music can play .mid file -mp3 and wma is not allowed because of the

copyright problem

Text editor is easy work

Every file input will be saved in a new folder

Page 9: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Save FileDatabase OR Local file folder

Database Advantage:

- Easy to process and managementDatabase Disadvantage:

- The users need to have its own databaseLocal file folder Advantage:

- Easy to createLocal file folder Disadvantage:

- For users hard to management

Page 10: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Save FileLocal File Folder is better1. Users do NOT need to manage them

because they will display in Editor programme.

2. Compare asking users to install database on their computer, create a folder is easier.

Page 11: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Display and save the ContentThe screen will show the image and the music

one by one.

<img>c:\data\stage1.jpeg</img><misc>c:\data\background.mid</misc><txt>Weijie: Hello World! This is my project!</txt>

Save these content in a TEXT file to record the order of the file. So does Load function.

Page 12: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Question?

Page 13: Weijie Ming Flinders Project. Outline  Instruction  Research Process Interface Basic Function Import File Save File Display and save content Working

Thank you!