A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: set Property (it does not work)

  1. #1
    Junior Member
    Join Date
    Jul 2001
    Posts
    4
    I want to zoom in/zoom out on an movieclip.
    I have tried to give the buttons an actionscrip
    it has an error and i don't know what because it doens't work

    Action:
    setProperty ("porsche", _xscale, (int(getProperty ("porsche", _xscale))/1.15))

    PLEASE HELP ME

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    148
    try:

    porsche._xscale = (porsche._xscale / 1.15);

  3. #3
    Junior Member
    Join Date
    Jul 2001
    Posts
    4
    No does not work

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Posts
    148
    yes it does... are you targeting you movieClip properly?

  5. #5
    Junior Member
    Join Date
    Jul 2001
    Posts
    4
    NO i'm not targetting
    Can you give me the whole correct actionscript

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