deleeuw
%Europe/Berlin %424 %2006, 11:11
Mensen, hallo.
ik probeer een scrollbaar mc te krijgen... dit lukt allemaal mooi.
ik probeer 2 scrollbare mc's te krijgen... hier kom ik niet echt uit.
blijkt dus dat scrollpane lastig loopt te doen. ik kan de identifier niet aanpassen van mijn 2e scrollpane.
ik zal mijn actionscript posten, mijn libary contents, en de error die ik krijg tijdens compilen.
AS1:
this.createClassObject(mx.containers.ScrollPane, "sp", 1);
sp.contentPath = "cont";
sp.content.attachMovie("my_mov", "my_mc", 1);
sp.setStyle("borderStyle", "none");
sp.setSize(430, 330);
AS2:
this.createClassObject(mx.containers.ScrollPane2, "sp", 1);
sp.contentPath = "cont2";
sp.content.attachMovie("my_mov2", "my_mc2", 1);
sp.setStyle("borderStyle", "none");
sp.setSize(430, 330);
Libary contents:
News\
cont
my_mov
ScrollPane
Links\
cont2
my_mov2
ScrollPane2
Compile melding:
**Warning** The linkage identifier 'my_mov' was already assigned to the symbol 'links/my_mov2', and cannot be assigned to the symbol 'news/my_mov', since linkage identifiers must be unique.
**Warning** The linkage identifier 'cont' was already assigned to the symbol 'links/cont2', and cannot be assigned to the symbol 'news/cont', since linkage identifiers must be unique.
**Warning** The linkage identifier 'ScrollPane' was already assigned to the symbol 'ScrollPane', and cannot be assigned to the symbol 'news/ScrollPane', since linkage identifiers must be unique.
**Warning** The linkage identifier 'ScrollPane' was already assigned to the symbol 'ScrollPane', and cannot be assigned to the symbol 'links/ScrollPane2', since linkage identifiers must be unique.
ik probeer een scrollbaar mc te krijgen... dit lukt allemaal mooi.
ik probeer 2 scrollbare mc's te krijgen... hier kom ik niet echt uit.
blijkt dus dat scrollpane lastig loopt te doen. ik kan de identifier niet aanpassen van mijn 2e scrollpane.
ik zal mijn actionscript posten, mijn libary contents, en de error die ik krijg tijdens compilen.
AS1:
this.createClassObject(mx.containers.ScrollPane, "sp", 1);
sp.contentPath = "cont";
sp.content.attachMovie("my_mov", "my_mc", 1);
sp.setStyle("borderStyle", "none");
sp.setSize(430, 330);
AS2:
this.createClassObject(mx.containers.ScrollPane2, "sp", 1);
sp.contentPath = "cont2";
sp.content.attachMovie("my_mov2", "my_mc2", 1);
sp.setStyle("borderStyle", "none");
sp.setSize(430, 330);
Libary contents:
News\
cont
my_mov
ScrollPane
Links\
cont2
my_mov2
ScrollPane2
Compile melding:
**Warning** The linkage identifier 'my_mov' was already assigned to the symbol 'links/my_mov2', and cannot be assigned to the symbol 'news/my_mov', since linkage identifiers must be unique.
**Warning** The linkage identifier 'cont' was already assigned to the symbol 'links/cont2', and cannot be assigned to the symbol 'news/cont', since linkage identifiers must be unique.
**Warning** The linkage identifier 'ScrollPane' was already assigned to the symbol 'ScrollPane', and cannot be assigned to the symbol 'news/ScrollPane', since linkage identifiers must be unique.
**Warning** The linkage identifier 'ScrollPane' was already assigned to the symbol 'ScrollPane', and cannot be assigned to the symbol 'links/ScrollPane2', since linkage identifiers must be unique.