View Full Version : Dress up game tutorial.
rulertoday
06-16-2007, 09:40 PM
Step one
Draw a piece of clothing.
( or what ever )
Step two
Convert object to symbol ( movie clip )
( to convert to symbols rigth click the object and click convert to symbol. )
Step three
at the bottom of the white box there should be a thing called actions open it.
Step four
there will be a white box
copy this into is
on (press) {
startDrag ("");
}
on (release) {
stopDrag ();
}
repeat for every piece of clothing.
sticknewyork
06-17-2007, 05:00 AM
lol
:rolleyes:
*jynx*
06-17-2007, 05:30 AM
lol thats kinda sad....
Poseidon
06-17-2007, 09:11 AM
Thanx for the tut. Really helpful!
rulertoday
06-24-2007, 06:41 AM
Cool it got rated a five.
Rather Cheesy
06-25-2007, 11:19 PM
dude this is a thing just about everyone knows, exept people like ninja ^^^ lol
cprulz
07-07-2007, 07:25 AM
now i wanna know how to put it on a website i made using html... lets use google
cashleycool
07-07-2007, 07:53 AM
Cool it got rated a five.
This tut was already here before u submit it.
now i wanna know how to put it on a website i made using html... lets use google
Should posted here, dude --> http: //www.stickpageportal.com/forums/forumdisplay.php?f=117
To insert a Flash into your HTML website, you have to copy this code in your page :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="600">
<param name="movie" value="your_animation.swf">
<param name="quality" value="high">
<embed src="your_animation.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"></embed></object>
Replace the value "your animation.swf" by the name of your animation. ^^
By the way, thanks for the tut' Rulertoday. ;)
vBulletin® v3.6.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.