Flash Photo Gallery :| (Simple)

4 posts Page 1 of 1
Contributors
User avatar
Snyper345
VIP - Donator
VIP - Donator
Posts: 471
Joined: Mon Nov 01, 2010 1:53 am

Flash Photo Gallery :| (Simple)
Snyper345
My Simple photo gallery


Video i used to Show me how to make one
THats all the code that is need but keep in mind youll need to watch the video still:
Code: Select all
master_mc.addEventListener(MouseEvent.MOUSE_DOWN, clickedF);
master_mc.buttonMode = true;


function clickedF(event:MouseEvent):void{
	master_mc.setChildIndex(event.target as MovieClip, numChildren-1);
}
Image
Image
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Good work, Snyper cooll;
You should add an 'Import Image' button, so we can add our own images. :)
User avatar
Snyper345
VIP - Donator
VIP - Donator
Posts: 471
Joined: Mon Nov 01, 2010 1:53 am

GoodGuy17 wrote:
Good work, Snyper cooll;
You should add an 'Import Image' button, so we can add our own images. :)

i would if i even knew the slightest bit in action script lol i might someday learn it
Image
Image
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Animations Animations Animations!!!
4 posts Page 1 of 1
Return to “Tutorials”