could you explain how to make a box that gets the variable songName.. i tried it out myself and when i tested it out it only showed the name of the first song for any song that i played.
Printable View
could you explain how to make a box that gets the variable songName.. i tried it out myself and when i tested it out it only showed the name of the first song for any song that i played.
u right u need to put the box in a movie clip with 2 frames,
in both frame should be the box with varible:
songName
in the first frame write:
songName=_root.names[_root.now]
in the secound frame write:
gotoAndPlay(1)
hmmmm its not working out too well... could i give the file to you so you could put it in?
sure
hmm the file is too big.. its 384KB... can i send it to u in email?
[email protected], don't forget to send a link to this thread so i will know what we r talking about
ok i've sent it away!
done check your mail
i dont see the box? are you sure you added the box to display the song names?
give me youe mail so i can send it again
i still have the file... unless you mean you're going to send me a different one.. in that case its [email protected]
send it
how can i resize the textbox? and how can i edit the font and alignment of the text (ie. center)
simply go to the movie clip, and inside change the size, font etc..
ok i figured it out :) i think thats everything... thank you VERY MUCH alotan!!!! :)
WOW THAT was a great tutorial and alot of help i had no problem making a great mp3 player that displays the names and all but, i was just curious if you could tell me how to make it automatically play the first song and next song as soon as you hit the next command.