webscriptprogrammer
Programmer
I try to send some information from a movieclip to another movieclip.
I use two scrollpane (scroller and scroller2) that I control two movieclip (mc1 and mc2)
I use a asfunction in a movieclip and that send to a function in the other movieclip.
I have try so many address I can get but nothing.
I have try now in two days.
I have try
I have no idea right now :-(
I use two scrollpane (scroller and scroller2) that I control two movieclip (mc1 and mc2)
I use a asfunction in a movieclip and that send to a function in the other movieclip.
I have try so many address I can get but nothing.
I have try now in two days.
I have try
Code:
asfunction:mc2.MyFunc,1
Code:
asfunction:_root.mc2.MyFunc,1
Code:
asfunction:_parent._parent.mc2.MyFunc,1
Code:
asfunction:_parent.mc2.MyFunc,1
I have no idea right now :-(