10.12.2012 Views

ActionScript 3.0 Design Patterns.pdf - VideoTutorials-bg.com

ActionScript 3.0 Design Patterns.pdf - VideoTutorials-bg.com

ActionScript 3.0 Design Patterns.pdf - VideoTutorials-bg.com

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example 8-14. BugleSubscribe.as (continued)<br />

}<br />

}<br />

}<br />

//Set State #1<br />

bigNews.setType("Computer Invented","Home Team Wins",<br />

3234.54," Mad Duck");<br />

//Unsubscribe 2 Observers and attempt to re-subscribe<br />

current subscriber<br />

trace("\n** Larry and Shemp have unsubscribed **\n");<br />

bigNews.unsubscribeObserver(larry);<br />

bigNews.unsubscribeObserver(shemp);<br />

//Attempt re-subscribe<br />

bigNews.subscribeObserver(mo);<br />

//Set State #2<br />

bigNews.setType("Memory Prices Down","Game Rained Out",<br />

2987.98," Bad Bug");<br />

Be sure to save the BugleSubscribe.as in the same folder as the other files in the class.<br />

Then, create a new Flash document, and type in BugleSubscribe in the Document<br />

class window. When you test the application, you should see the following output:<br />

*|*Concrete Subject*|*<br />

Larry has subscribed<br />

Mo has subscribed<br />

Curly has subscribed<br />

Shemp has subscribed<br />

Larry sees that Faster Computer Invented is interesting, and learns<br />

that Home Team Wins.<br />

Whoaa!, the stock market is at 3234.54 and The Mad Duck is showing<br />

at the Bijou.<br />

Mo sees that Faster Computer Invented is interesting, and learns<br />

that Home Team Wins.<br />

Whoaa!, the stock market is at 3234.54 and The Mad Duck is showing<br />

at the Bijou.<br />

Curly sees that Faster Computer Invented is interesting, and learns<br />

that Home Team Wins.<br />

Whoaa!, the stock market is at 3234.54 and The Mad Duck is showing<br />

at the Bijou.<br />

Shemp sees that Faster Computer Invented is interesting, and learns<br />

that Home Team Wins.<br />

Whoaa!, the stock market is at 3234.54 and The Mad Duck is showing<br />

at the Bijou.<br />

** Larry and Shemp have unsubscribed **<br />

Mo is already a subscriber.<br />

Mo sees that Memory Prices Down is interesting, and learns that Game<br />

Rained Out.<br />

Example: Adding States and Identifying Users | 301

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!