luckylarklee / in-spirit

Automatically exported from code.google.com/p/in-spirit
0 stars 0 forks source link

FlickrEvent, TileBank Event #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build Mosaic

What is the expected output? What do you see instead?

Does not build - 

C:\Documents and Settings\J\Desktop\untitled folder\src\Main.as(78): col:
37 Error: Type was not found or was not a compile-time constant: FlickrEvent.
private function loadPhotos(event:FlickrEvent):void
^
C:\Documents and Settings\J\Desktop\untitled folder\src\Main.as(118): col:
35 Error: Type was not found or was not a compile-time constant: TileBankEvent.
private function onTileLoaded(e:TileBankEvent):void
^
C:\Documents and Settings\J\Desktop\untitled folder\src\Main.as(175): col:
33 Error: Type was not found or was not a compile-time constant: FlickrEvent.
private function onUserFind(e:FlickrEvent):void
^
C:\Documents and Settings\J\Desktop\untitled folder\src\Main.as(180): col:
36 Error: Type was not found or was not a compile-time constant: FlickrEvent.
private function onFlickrError(e:FlickrEvent):void

Original issue reported on code.google.com by friedja...@gmail.com on 25 Feb 2010 at 6:18

GoogleCodeExporter commented 9 years ago
make sure u have downloaded the whole project and correctly building it because 
all
needed files presented in the src folder.

Original comment by zatepya...@gmail.com on 25 Feb 2010 at 8:18