Return to Snippet

Revision: 37676
at December 16, 2010 06:42 by adamcoulombe


Updated Code
//import as3query.*;

$(myMovieClip).attr({
			//SOME EXAMPLE AS3 MOVIECLIP PROPERTIES
	//CAN USE ANY OF THESE PROPERTIES: http://bit.ly/g6q27x

	x:100,		// sets x position to 100
	y:150,		// sets y position to 150
	width:300,	// sets it's width to 300
	height:320,	// sets it's height to 320
	alpha:0.5,	// sets opactiy to 50%
	rotation:45	// sets it's rotation to degrees
});

Revision: 37675
at December 15, 2010 03:51 by adamcoulombe


Initial Code
//import as3query.*;

$(myMovieClip).attr({
			//SOME EXAMPLE AS3 MOVIECLIP PROPERTIES
	x:100,		// sets x position to 100
	y:150,		// sets y position to 150
	width:300,	// sets it's width to 300
	height:320,	// sets it's height to 320
	alpha:0.5,	// sets opactiy to 50%
	rotation:45	// sets it's rotation to degrees
});

Initial URL
http://bit.ly/as3query

Initial Description
as3query written by nitoyon. http://tech.nitoyon.com/blog/2008/01/as3query_alpha.html

Package download: http://bit.ly/as3query

Initial Title
AS3Query Set Properties

Initial Tags


Initial Language
ActionScript 3