PDA

View Full Version : draggable window (not the one offered...)



j0ng
September 25th, 2002, 12:44 PM
hehey, anibodi can help me on making like this window thing in flash? n like u can pull it about... like the music thingi on http://vts330.tripod.com or the same.. music thingi on http://www.xeofreestyle.com/2000
thx alot...:-\

ohoh, n how to do an animation when 'mousedown' for ur created 'cursor' featured in that global mouse cursor tutorial

jsk
September 25th, 2002, 06:15 PM
It looks like a transparent draggable Movie Clip.

Ingredients:
1 Movie Clip (draw an object on the stage, select it, press f8, choose movie clip, done)

Method:
1. Double click to edit in place.

2. Add new layer

3. Click once on keyframe and press Ctrl+Alt+C to copy frame

4. Select first frame of new layer and press Ctrl+Alt+V to paste frame.

5. With the keyframe still selected press f8 and choose button.

6. Double click on graphic to edit in place.

7. Click once on up keyframe then hold and drag this frame to hit.

8. Double click outside button until you're back to the movieclip and you should have an "invisible" transparent blue button

9. Click once to highlight the button then press Ctrl+Alt+A to select Actions panel

10. Copy (Ctrl+C) the code between the // and paste (Ctrl+V) it into the Actions panel

//
on (press) {
this.startDrag();
}
on (release) {
stopDrag();
}
//

And that's it.

j0ng
September 26th, 2002, 01:53 AM
hey, thx dude! i'll try it outTttTt~ :P eHm abt how to do an animation when 'mousedown' for ur created 'cursor' featured in that global mouse cursor tutorial, can sum1 helpppP?
:ninja:

pom
September 28th, 2002, 08:29 PM
Can you rephrase that question please? :P

j0ng
September 29th, 2002, 11:14 AM
ehM kinda like edwin's websitee:vts330.tripod.com where the pencil does that tinting, alpha n scaling tweening when on mousedown. i need help on what's the code n stuff dat goes behind it :bandit:

pom
September 29th, 2002, 12:31 PM
He wrote a tutorial. Check them, it's something called rollover something.

pom :asian: