TiiToo / vegas

Automatically exported from code.google.com/p/vegas
1 stars 0 forks source link

missing Square Class #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- use sample from
http://lun-as.googlecode.com/svn/trunk/AS3/trunk/src/lunas/display/container/Mat
rixContainer.as

Please provide any additional information below.
- see attach for working sample

and another missing "*" in doc there --> "import flash.filters.;"
and a lot more here

----------------------------------------
Find '.;' in 'vegas\trunk\docs\andromeda\process\Batch.html':
vegas\trunk\docs\andromeda\process\Batch.html(59):      import
pegas.transitions.easing.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\andromeda\util\pool\ObjectPool.html':
vegas\trunk\docs\andromeda\util\pool\ObjectPool.html(48):      import
andromeda.util.pool.;
vegas\trunk\docs\andromeda\util\pool\ObjectPool.html(50):      import
test.pool.;
Found '.;' 2 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\asgard\net\FlashVars.html':
vegas\trunk\docs\asgard\net\FlashVars.html(220):       import
system.evaluators.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\lunas\display\button\IconButton.html':
vegas\trunk\docs\lunas\display\button\IconButton.html(49):      import
flash.display.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\lunas\display\container\MatrixContainer.html':
vegas\trunk\docs\lunas\display\container\MatrixContainer.html(50):     
import flash.filters.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\pegas\draw\DashLinePen.html':
vegas\trunk\docs\pegas\draw\DashLinePen.html(49):      import flash.display.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\pegas\transitions\EasingController.html':
vegas\trunk\docs\pegas\transitions\EasingController.html(48):   import
pegas.transitions.easing.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\system\evaluators\EdenEvaluator.html':
vegas\trunk\docs\system\evaluators\EdenEvaluator.html(48):      import
system.evaluators.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\system\evaluators\MultiEvaluator.html':
vegas\trunk\docs\system\evaluators\MultiEvaluator.html(48):      import
system.evaluators.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\vegas\events\EventListenerBatch.html':
vegas\trunk\docs\vegas\events\EventListenerBatch.html(53):   import
vegas.events.;
Found '.;' 1 time(s).
----------------------------------------
Find '.;' in 'vegas\trunk\docs\vegas\logging\targets\SOSTarget.html':
vegas\trunk\docs\vegas\logging\targets\SOSTarget.html(52):   import
vegas.logging.;
vegas\trunk\docs\vegas\logging\targets\SOSTarget.html(55):   import
vegas.errors.;
Found '.;' 2 time(s).
Search complete, found '.;' 13 time(s). (11 file(s)).

sorry if this seem to be annoying, just want to help correct thing up! ;)

Original issue reported on code.google.com by katopz on 11 Nov 2008 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago
The Square class is a symbol in the library of the FLA in Flash CS3 :

But i can complete this example with a little dynamic Square draw with the 
Graphics 
API in AS3.

Thanks for the report, i fix it this afternoon.

EKA+ :)

Original comment by ekamel...@gmail.com on 11 Nov 2008 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 1 Dec 2008 at 5:05