Page is a not externally linkable
MartinWeb - 1:58 am on Feb 1, 2010 (gmt 0)
Any help would be greatly appreciated. Thanks!
When I attempt to use attachMovie(), the last thing that I attached disappears. Here is my code.
on(press){
_root.bananas++;
now=_root.bananas;
_root.platform.attachMovie("banana","banana"+now,0);
setProperty ("_root.platform.banana"+now, _x, _root.platform.character._x);
setProperty ("_root.platform.banana"+now, _y, _root.platform.character._y);
}