Hi!
Ive found this code in the help docs of flash:
this.createEmptyMovieClip("line_mc", this.getNextHighestDepth());
line_mc.lineStyle(2, 0xFF0000, 100);
line_mc.moveTo(0, 100);
line_mc.lineTo(0, 0);
line_mc._x = 200;
line_mc._y = 200;
var mouseListener:Object = new Object()...
Hi!
I duplicated a movieclip with the following code:
for (i=1; i <= 11; i++) {
for (j = 1; j <= 1; j++) {
bgmask.mask0.duplicateMovieClip("mask" + n, n);
bgmask["mask" + n]._x = 20;
bgmask["mask" + n]._y = 30;
bgmask["mask" + n].onEnterFrame = function() {
if (this.active == true)...
Hi!
I created a countdown movie ( http://www.2rdesign.com/help/countdown.zip ). I works nicely, but i need to pass the new date to is from an outer source. Could anyone help me out here?
Thanks!
Hi! I have a problem, wich i didn't think will be a problam at all. So, i need to make a moviclip, wich can be rotated, by dragging a button inside the mc. Do you have any ideas how to do that?
thanks a lot
Hi! My problem is: Im making a site, where I need to create an area, where there is a countdown from the date of the next event, the owners will be involved.
Any idea, how could this be done?
Thanks a lot!
Hi!
I'm stucked with a problem. I've got an input textbox, wich has character number limitation (120). Now, my problem is that i'd like to display the remaining characters in a separate textfield, while the user writes the message. I've tried some things, but did not manage. Help me out here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.