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 SkipVought 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: *

  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

    Cound down from date

    Ive got a working version, since i managed to solve this problem, i can only upload it later on, but i surely will! :)
  3. stalker81

    removeMovieClip problem

    I solved it by now, but thanks anyway! :)
  4. 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)...
  5. stalker81

    date countdown to a date given in .txt

    Thanks again for the help. I'm trying to do one more thing with this whole stuff. I'd like to stop it, once the count down is done. For eq. jump to a frame, where the whole counter is set to zero. I tried various ways, but could not figure it out. Could you help me out once more?
  6. stalker81

    flash with XML database

    Hi! Ive got a brand nu question, still about this dynamicPortfolio stuff. Now, ive got to make it scrollable, which i already did for a few times, with the scrollpane component, describet earlier. But now i need to use a "homemade scroller". Could you help me out, i'm stucked, and can not figure...
  7. stalker81

    date countdown to a date given in .txt

    Thanks man! It's great. So the trick is to load the vars on the apropriat level. Thanks again man! :)
  8. stalker81

    date countdown to a date given in .txt

    Okay, I saved an mx version. http://www.2rdesign.com/help/countdown_mx.zip Hope you can use it to see my problem. thanks for your time.
  9. stalker81

    date countdown to a date given in .txt

    Hm. A you can see now the date is given in three textboxes. If I could load the three different number (month, day, hour) to the three boxes that would be the best. With a simple loadVars method or something. I tried it, but it did not work for some strange reason. I loaded in the date...
  10. 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!
  11. stalker81

    flash with XML database

    I managed to try it, and it works!! All my thanks!! bye
  12. stalker81

    flash with XML database

    Hmmm...I cant't try it right now, only later, but if it helps, you saved me from some trouble! :) Thanks a lot. Ill get back to let you know if it works. bye
  13. stalker81

    flash with XML database

    Hi Pixl8r, W I K, or anyone who can help! :) Here is my big fat problem: http://www.2rdesign.com/help/list.zip If you dl. it you can see that the duplicated movieclip "targetClip" reads the html formated text just fine, but when the content is passed to the detailMc, it just does not work and...
  14. stalker81

    flash with XML database

    Hi! I've been using this xml based stuff for a while, and it's great, but i'm stucked with a problem. I'd like to put an html link in the "summary" text, but once i inserted a <href> it doesn't show any of the text on that node. Is there any solution, to include html links? Thanks a lot!
  15. stalker81

    flash with XML database

    I got it! Thanks for everything. But is just doesn't work properly for me. I've been playing around with the amount of txt in the summary, and when few nodes have much less text than the others, the mc-s are not placed properly, and overlay each other, or have large amount of space betveen them...
  16. stalker81

    flash with XML database

    Thanks W I K but, there is some problem with the zip. I cant unpack it. Could you just post the link to the .fla. So there won't be such problem. Thanks a lot again!
  17. stalker81

    flash with XML database

    Hi! Here is the link - http://www.2rdesign.com/help/2send.zip Its a blog-like thing, and now there are scrollers for each textfield, so when the text is longer you can scroll and see the whole thing, but it's not nice, and your solution would be great here! Thanks a lot for the help!
  18. stalker81

    flash with XML database

    Hey W I K!! Im trying to do the same thing you managed to make: To mesure the height of the clips, and place them according to that. Could you help me out? I really need this. thanks a lot!
  19. stalker81

    Rotating a MovieClip

    I found a great example for what i have to create - http://www.bigsandysuperstore.com/planner.htm This is a roomplaner site. You can see, that once you draged az object on the layout, you are able to resize, and rotate them. I managed to make the resize function, but im stucked with rotating...
  20. stalker81

    Rotating a MovieClip

    Yes. It like, inside the mc i have a square and a button on its top left corner. And if I drag the button up or down, it will rotate the mc. It's gonna be a room planner, on a site, and i need it, to be able to rotate the furnitures, once, they are placed on the layout.

Part and Inventory Search

Back
Top