AS problem.
AS problem.
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- nosaj0
Her's a very simplfied example of what I'm trying to do:
image1 = one.jpg;
count = 1;
imagetoload = ("image"+count);
loadMovie(imagetoload, "here");I believe the problem lies in this line:
imagetoload =("image"+count);
This need to return image1 so I can pull the value one.jpg from it.