View Single Post
  #10 (permalink)  
Old 03-09-08, 03:08 PM
Deansatch Deansatch is offline
Coding Addict
 
Join Date: Jul 2006
Location: Northumberland
Posts: 375
Thanks: 0
Thanked 0 Times in 0 Posts
ok. As I am a total beginner in flash, could you help me out on how to add this to my code. Do I add it to my actionscript file? How do I determine how many entries there area?

I assumed t would be something like this:
Code:
 if (i > 5) {
setProperty("playListEntry", _visible, 0);
}
But I don't know exactly where to put it and it is probably totally wrong.
__________________
Aye!
Reply With Quote