A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Writing a GetProperty action as "." syntax???

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    15
    How would I write:

    xPos = getProperty ( ball, _x);

    in "." syntax?

    The script is on the main timeline and I want to get the properties of the "ball" movie clip.

  2. #2
    Senior Member
    Join Date
    Sep 2000
    Posts
    390
    xPos = _root.ball._x
    if ball is on the main timeline

    hth,

    -g

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