bobthenob
01-02-2005, 08:53 PM
hi I dont know if this is possible to do
i have 2 slide shows
slide show a has pictures of heads init
slide show 2 has features eyes,mouths,nose,etc (which are Mc with drag and drop code)
ActionScript:
on (press) {
startDrag (this);
}
on (release) {
stopDrag ();
}
ive have made both slide show buttons, that move from frame to frame
ActionScript:
on (release)
{
bitfram.nextFrame()
}
if i drag a feature from the eyes etc and drop on the face, if I then change frames for the other fearture the eye disapeares.
i have 2 slide shows
slide show a has pictures of heads init
slide show 2 has features eyes,mouths,nose,etc (which are Mc with drag and drop code)
ActionScript:
on (press) {
startDrag (this);
}
on (release) {
stopDrag ();
}
ive have made both slide show buttons, that move from frame to frame
ActionScript:
on (release)
{
bitfram.nextFrame()
}
if i drag a feature from the eyes etc and drop on the face, if I then change frames for the other fearture the eye disapeares.