[thelist] Actionscript: loading content from a CF list

Nick Boyce nick at triplezero.com.au
Wed Aug 22 03:06:29 CDT 2001


Frank, Erik,

Thanks for your help.

This is what I ended up doing:

---

for (i=1; i<20; i++) {
	var mc;
	duplicateMovieClip (clip, "clip"+i, i);
	mc = _root["clip"+i];
	mc._x = random(300);
	mc._y = random(500);
	mc.linkdesc = _root["linkdesc_"+i];
	mc.linkname = _root["linkname_"+i];
	mc.memberusername = _root["memberusername_"+i];
	mc.linkurl = _root["linkurl_"+i];
}

--

The linkname, memberusername, linkurl are just extra variables, but it seems
to work. Here is a demo:

http://anarchitect.net/new/anarchitect_test_3.swf

The design is all over the place, but the functions are coming together. I
have more questions, but I might put them into a seperate post.

Nick

----------------------------------------------------------------
triple zero digital  |  upstairs at 200 the parade, norwood 5067
(08) 8332 0545 | www.triplezero.com.au | nick at triplezero.com.au





More information about the thelist mailing list