A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] Drag object and Produce Text Question

  1. #1
    Member
    Join Date
    Nov 2006
    Posts
    41

    [F8] Drag object and Produce Text Question

    Hello Friends,

    I have an object that user’s can click on and move along the X-axis, (kind of a chart thing). As the object is moved along I need some lines of text to appear at various places. For instance at ¼ way, at ½ way and at ¾ the way.

    If anyone knows how I could do this, I would be very grateful to hear from you. Many thanks in advance for any assistance you can offer.

    Here is my script for the object…

    on (press) {
    startDrag("", true, 0, 85, 400, 85);
    }
    on (release) {
    stopDrag();
    }

  2. #2
    Senior Member vinayak.kadam's Avatar
    Join Date
    Oct 2006
    Location
    gotoAndPlay("Pune");
    Posts
    831
    Hello there,

    Check the attached sample.....hope this helps....
    Last edited by vinayak.kadam; 01-22-2009 at 07:55 AM.
    As ever,
    Vinayak Kadam

  3. #3
    Member
    Join Date
    Nov 2006
    Posts
    41
    Hello Vinayak Kadam,

    Many thanks for the help! This looks like exactly what I need, unfortunately the files would not open for me after I un-zipped them. Would it be possible for you to email the file without Zipping it up? My email is, mimail_0@hotmail.com

    Many thanks again Vinayak.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center