Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

flash gallery inside flash website PROBLEM :( 1

Status
Not open for further replies.

djmousetek

Programmer
Jul 11, 2007
5
RO
i made a site in flash and i'm having problems with the gallery... i made the gallery following a tutorial because i'm a beginner... this is the code i used to display the numbers of the thumbs, to be able tonavigate:

newBut = _root.attachMovie('numTemplate', 'num'+i, i);
newBut._y = sliderHolder_mc._y+sliderHolder_mc._height+127;
newBut._x = (i*newBut._width)+sliderHolder_mc._x+163;
newBut.myNum = i;
newBut.num_txt.text = i+1;
newBut.onRelease = function() {
targX = 0-(this.myNum*104);
};

i can't get that newBut disappear when i click on the home button. CAN ANYONE HELP ME? :(
 
thank you very much :) i have another problem:( i need some buttons to scroll if there are more than 30 buttons and i can't do it... i tried to mask the buttons but the numbers just disappear... could anyone help me with this?
 
i have tryed but still doesn't work :( any other solution?
 
oh..sorry..it was a problem with the font:) thank you....but i still can't make that scroll buttons...
 
hi djmousetek...if you are out there somehwere still?
i hope you resolved your gallery problem.

if so...could you write up the basics to teach the "newbies" like me how we can begin to go about making a scrolling banner/slideshow that the user can stop at a picture they like and that picture will show up in a larger view upon the stage (usually next to the scrolling banner/slideshow

i have about 200 pictures that an artist would like for me to make this type of "gallery" for him... wow!

is this type of "gallery" very difficult to make in flash?

please advise...when you have the time.
i will sincerely appreciate all help to understand how to create this type of "gallery"

thanks to evryone out there who can help!

good luck with your gallery djmousetek...
taotaotao
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top