TiiToo / vegas

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

Error in compiling TintColor.fla test #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello

When I compile the TintColor.fla for testing the pegas.colorsTintColor the 
console make an error :

ReferenceError: Error #1069: La propriété r est introuvable sur 
pegas.colors.RGB et il n'existe pas de valeur par défaut.
    at pegas.colors::TintColor/setTint2()
    at TintColor_fla::MainTimeline/frame1()

A++
Nairus ;)

Original issue reported on code.google.com by nicolas....@gmail.com on 2 Dec 2008 at 2:23

GoogleCodeExporter commented 9 years ago
Erratum the problem comes when this method is invoked:
var color2:TintColor = new TintColor(mc2) ;
color2.setTint2( 0x0000FF, 100 ) ;

Original comment by nicolas....@gmail.com on 2 Dec 2008 at 2:31

GoogleCodeExporter commented 9 years ago
I found the same problem with the TransformColor.fla

When this method is invoked:
var color2:TransformColor = new TransformColor(mc2) ;
color2.substraction( 0xFF00FF ) ;

ReferenceError: Error #1069: La propriété r est introuvable sur 
pegas.colors.RGB et 
il n'existe pas de valeur par défaut.
    at pegas.colors::TransformColor/addition()
    at TransformColor_fla::MainTimeline/frame1()

Original comment by nicolas....@gmail.com on 2 Dec 2008 at 2:32

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 2 Dec 2008 at 3:13

GoogleCodeExporter commented 9 years ago
it's fixed in the revision 1236

Original comment by ekamel...@gmail.com on 2 Dec 2008 at 3:14