i have looked all through these q&a's and nothing is working for me, here is what i got
on (rollOver)
{
if (_root.link != 1)
{
gotoAndPlay(getProperty(this, _target) add ":s1");
} // end if
}
on (releaseOutside, rollOut)
{
if (_root.link != 1)
{
gotoAndPlay(getProperty(this, _target) add ":s2");
} // end if
}
on (release)
{
if (_root.link != 1)
{
if (_root.link)
{
gotoAndPlay(_root["item" add _root.link] add ":s2");
} // end if
_root.link = 1;
} // end if
}
where do i add my link?
2007-02-26
14:20:32
·
5 answers
·
asked by
saab374
2