"experimental"?
- Started
- Last post
- 86 Responses
- unknown0
I took my portable speaker home for in the garden... and forgot to bring it back, so I'm probably missing out on the sound etc on it... looks and feels great though.... and I look forward to the whole experience.
- TransFatty0
destroy everything
- PrayStation0
good thing - there's no sound yet - that will probably drop in last.
- ********0
hmmm
- unknown0
it's always great adding the sound at the end... coz it suddenly bring everything to life... even more than you expect. Always nice to have some happy surprises...
- ********0
coo-coo-coo-
coo-coo-coo-coooooooooooo
- chokethefat0
hehe..sweet TransFatty..like your stuff
check these lil ones out
http://www.terminus1525.ca/artwo…
http://www.deekons.com/0xxpwork/…
http://www.terminus1525.ca/artwo…
sorry , dont know how to make them hyperlinks..can any1 teach me pls..
- chokethefat0
oh..i did make them hyperlinks?! i must have forgotten the 'http://' in the past..anyways.
- chokethefat0
btw Josh, big thx for that techniqe/trick u showed at Flashinthecan.
applied it, then came up with
http://www.terminus1525.ca/artwo…cheers J
- PrayStation0
sweet ! - are you using a "for in" loop to run through the vectors ? or are you doing it manually ?
- chokethefat0
yep.using a 'for in' loop..
tried to put the swf movie online but the HTML holding the swf would load the movie oddly i.e. the 'for in' loop skips the first 300 vectors for example..n i have to hit refresh on the web browser for it to start counting from instance 0. is that normal? maybe HTML cannot handle so many vectors when the swf movie is loaded in the first instance? cos after hitting refresh, the movie could then start counting from zero..
- PrayStation0
here's how we do it.
create an MC called "artwork" and import your swf into this MC.
now since I live this trick we jammed all the info into a component (for easy reuse) however...
we then run through the MC and push all the available clips to an array.
this.target = this._parent[this.myTargetClip];
// store clips in an array
this.clips = new Array();for (var p in this.target) {
this.clips.push(this.target[p]);
}and I've never encoutered the errors you've been getting. and I've done this trick with up to 4000 MC's.
hope this helps,
- Intensiv0
I reckon we'll start seeing some more experimental stuff again soon - there's just so much in the way of new tools and services, its gonna be hard NOT to experiment. don't complain - take advantage if you can!
Lately, budgets are tighter, so projects are shorter. Less time for experimentation. But confidence in our industry is gradually coming back , and along with it, hopefully, the investment to move it forward. It just could be that the dot com bust, was nearly as exagerrated as the dot com boom...
btw, that collage site is looking exciting josh... if you ever need a keen actionscripter in london, let me know. ;)
- chokethefat0
big cheers and thx Josh!..very helpful info indeed.
i'll send u a link when i put something online regarding this.
thx again ;)
- unknown0
chokethefat,
I like that image, but are the numbers you're getting the error?
I think it looks sort of cool with those in there actually.
- TransFatty0
me too
- chokethefat0
mg33+TransFatty,
cheers..
no the error has nothing to do with those numbers being seen..they are intentional..it's the way the Flash movie was counting/reacting with each vector..instead of starting from very first vector(zero), started somewhere middle..and i had to hit refresh on browser to get it rite.
- canadian0
Joshua do you know what adds to your greatness more so than your talent? Your ability to share and offer what you have learned. That makes you so desirable to the people around you who want to learn from you. I think it is just wonderful that you share your files to help those around you. I just wanted to compliment you on that aspect. Admirable.
- PrayStation0
word.
but hey - I only got to where I am today by people sharing with me.
so it all goes full circle.
:)