Help Fast!!!
ok using flash mx 2004 create 3 random images. put code in each of them. (they movie clips)
on(rollover)
{
mouse.hide();
}
on(press) {
startdrag(this);
}
on(release) {
stopdrag();
mouse.show();
}
on(rollout)
{
mouse.show();
}
so test movie out. works fine. want swf file flex 2. won't open.
on(rollover)
{
mouse.hide();
}
on(press) {
startdrag(this);
}
on(release) {
stopdrag();
mouse.show();
}
on(rollout)
{
mouse.show();
}
so test movie out. works fine. want swf file flex 2. won't open.
please use descriptive subject posts. many of busy read oll messages.
i not know flash, preferred method of using flash assets in flex compile them swc. might not possible version of flash.
tracy
i not know flash, preferred method of using flash assets in flex compile them swc. might not possible version of flash.
tracy
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment