Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: stalker81
  • Content: Threads
  • Order by date
  1. stalker81

    onMouseWheel problem

    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()...
  2. stalker81

    removeMovieClip problem

    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)...
  3. stalker81

    date countdown to a date given in .txt

    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!
  4. stalker81

    Rotating a MovieClip

    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
  5. stalker81

    Cound down from date

    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!
  6. stalker81

    Displaying text.Length

    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...

Part and Inventory Search

Back
Top