Search:
Type: Posts; User: JorisRotteveel
Search:
Search took 0.09 seconds.
-
For those who are curious.....use the .setMask
holder.setMask(mask_mc);
works perfectly :D
-
Hi guys,
I used a script from Kirupa to understand the attachmovie commando:
function art_links() {
//Array met alle info
artInfo = [["Kill the cat", "uitleg Killing die kat jah",...
-
So I should make the original MC within the slider MC and then duplicated it? The attachmovieclip doesn't seem to work..
-
Hi guys,
Is it possible to duplicate a MC into an existing MC?
I have one MC that needs to be duplicated into the MC foto_slider. Can this be done?
...
-
We worked something out: looks like this:
mag_bewegen = false;
image_mcl.unloadClip(picture);
var image_mcl:MovieClipLoader = new MovieClipLoader();
var mclListener:Object = new Object();...
-
and how can this be done??
-
Hi guys/gals!
I am looking for a way to get the height of an image. Normally I would use this._height. But the problem is that I load my iamges from an xml file. this._height now gives Undefined...
-
Sorry, but it doesn't work.
Maybe I didn't explain my problem correct.
I have one button wich dublicates a movieclip. What i want is that when i click on one of those duplicated mc it will be...
-
-
Hey guys,
I duplicated a movie like this:
on (release) {
amount = 1;
while (amount>0) {
duplicateMovieClip(_root.test2, "mc"+i, i+1);
setProperty("mc"+i, _x, 20);
-
Hi guys!
I am looking for a list of dutch designhouses/companies. The plan is to talk to one of those studios and get an idea what kind of CV they ask from their (future) employees. You guys would...
-
I am a huge fan of the Burton products. So i visited their forum quit often. So I know that the site is designed by Burton's own design department. It has the same feeling as last years.
...
-
I think it's a copy of the movieclip with a lower _alpha property ( and mirrored offcourse)
-
Whaaa I am a stupid :cow: ........Sorry I got it now...Thanks, it's working now, thanx a billion!
-
Allright, I get your point. Maybe I should have explained it earlier.
I want to randomly load images from a EXTERNAL directory ( that's why I put the image location in the textfile). I have a...
-
yes but the comments can be really long. And they don't have to start with "comment".
So i just want the first record in Array1 and the second record in Array2 and the third record in Array1 and...
-
I have a text file containing:
&img0=comment img0|images/image0.jpg&
&img1=comment img1|images/image1.jpg&
&img2=comment img2|images/image2.jpg&
&img3=comment img3|images/image3.jpg&...
-
http://www.stratocucine.com/ it's one of my favorites
-
Hi,
i understand most of the code and what it does. Still there is one small problem, when you click on the movieclip it already moves a bit. If you drag the clip all a couple of centimeters...
-
why is it that I always find a good tutorial AFTER I posted on FK?
http://www.kirupa.com/developer/mx/preloader_transition.htm
great one
-
Hi guys!
I was wondering how the smooth transitions work in sites like 2advanced (and many mor, but 2a is one of the most popular sites since years). You click on a button, then a movie will be...
-
This is why I LOVE Flashkit, thank you SO much for explaining and helping! I am working on a brand new design for my page and I needed this code for some moving clouds. I'll post my new site when...
-
yes it works, but you completly lost me....................pfff it's 00.43 I'll go to bed and check tomorrow morning
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAI, I will never understand AS :S
-
Cool thank you!!
I'll try to work it out so that the movieclip will go to the place where the mouse was released ( help is welcome though)
-
Okay, I made this for clip "my_clip".
my_clip.onPress = function() {
if (!dragging) {
dragging = true;
} else {
my_clip.onRelease = function() {
...
|
Click Here to Expand Forum to Full Width
|