Flash components Flash files Mouse Controlled

MultiObjects mouse slider

$4.00
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON- COMMERCIAL PROJECT - details
ID: 46 | Views: 2393 | Downloads: 8
Or

moreopinion
Uploaded By: opinion Author
This is mouse slider. Using as3.
3 type of objects: internal object from library, external swf and external jpg
Objects can slide in any direction.

Setting main.as:

//Object from library
private var _LibraryMove:MoveSymbol = new MoveSymbol(_libraryitem);
//External image
private var _LibraryMove1:MoveSymbol = new MoveSymbol("Assets/sample.jpg");
//External swf
private var _LibraryMove2:MoveSymbol = new MoveSymbol("Assets/sample.swf");

_LibraryMove.x = 360;//Object from library x position
_LibraryMove.y = 65;//Object from library y position

_LibraryMove1.x = 10;//External image x position
_LibraryMove1.y = 65;//External image y position

_LibraryMove2.x = 185;//External swf x position
_LibraryMove2.y = 65;//External swf y position

ASK Ask a question & Live a coment (Public)

more

Do you have any comment or questions about opinion file?


Please register & login before you post!