View Single Post
Old 05-05-2008, 05:33   #5 (permalink)
John Good
+
 
John Good's Avatar
 
Join Date: May 2005
Location: Tropical Networks
Posts: 1,590
#1 : What is your problem exactly ?
#2 : What did you change in this code ?

this .fla is really poorly executed, every line is written with absolute values where they should be related to the movies they're dealing with.

eg :

NOT scroll_length = 420;
BUT scroll_length = myMovie._width;
__________________
Fonts are like cologne: A bad choice speaks louder than a good one. Justin Feinstein
  Reply With Quote