Question:

What's the code for making a dressup games w/flash cs3?

by  |  earlier

0 LIKES UnLike

I know how to do everything up till the part when I make the code, I can't find the right one so that my clothing can move around, please help me...remember flash cs3

yes I converted it into a symbol...

 Tags:

   Report

1 ANSWERS


  1. this is actionscript 2.0

    if you are sut on actionscript 3.0 change it at the bottom of the screen under publish:

    each peice of clothing is to be a seprate movie clip, then on each movie clip paste this code:

    on(press){

    this.startDrag();

    this.swapDepths(9999);

    }

    on(release){

    this.stopDrag();

    }

    i made a quick example saved as flash 8(its just to show the code wroking so it looks boring) - link in source

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.