Flash Photo Gallery :| (Simple)
4 posts
Page 1 of 1
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:
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);
}
Good work, Snyper cooll;
You should add an 'Import Image' button, so we can add our own images.
You should add an 'Import Image' button, so we can add our own images.

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
4 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023