How to make games in Director 8.5 - PowerPoint PPT Presentation

About This Presentation
Title:

How to make games in Director 8.5

Description:

How to make games in Director 8.5. Multimedia Presentation of Shockwave. Robert Knepher ... property pPieceList -- list of piece types. property pPieceType ... – PowerPoint PPT presentation

Number of Views:56
Avg rating:3.0/5.0
Slides: 18
Provided by: Sal561
Category:

less

Transcript and Presenter's Notes

Title: How to make games in Director 8.5


1
How to make games in Director 8.5
  • Multimedia Presentation of Shockwave
  • Robert Knepher
  • September 29, 2005
  • For Partial Credit in CS490 Sr. Seminar
  • SDSU

2
Setting up the game
  • Decide on Screen Resolution (800600)
  • Import Cast Member(puzzle block)
  • Edit Frame Script
  • Save and Compile

3
(No Transcript)
4
(No Transcript)
5
(No Transcript)
6
(No Transcript)
7
(No Transcript)
8
(No Transcript)
9
(No Transcript)
10
Falling Blocks Game
  • on beginSprite me
  • on getPieceList me
  • on dropNewPiece me
  • on drawPiece me
  • on movePiece me
  • on hitBottom me
  • on fallOnPiece me
  • on checkRowsCompleted me
  • on removeRow me, v
  • on checkGameEnd me
  • on exitFrame me
  • on keyUp me
  • on pushAwayFromEdges me
  • on hitOtherPiece me, changeLoc
  • on drop me

11
Properties
  • property pSpeed
  • property pEntryLocation
  • property pLeftWall
  • property pRightWall
  • property pFloor
  • property pRowMax
  • property pBlockSize
  • property pFirstSprite
  • property pPieceList -- list of piece types
  • property pPieceType -- current piece type
  • property pPieceOrientation
  • property pPieceSprites
  • property pPieceLoc
  • property pNextMoveTime

12
(No Transcript)
13
(No Transcript)
14
(No Transcript)
15
(No Transcript)
16
(No Transcript)
17
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com