Graphics

 View Only
  • 1.  Script Help - Scale Group

    Posted 09-27-2013 23:33
    Let me know if you see why the script below is not working.

    Dim squeezeYN as xpBaseObject

    Dim TTgroup as xpBaseObject

    Self.GetObjectName ("SqueezeBack", squeezeYN)

    Self.GetObjectName ("Contents", TTgroup)

    If squeezeYN.visible=True Then

    TTgroup.ScaleY=.8426

    End If



  • 2.  RE: Script Help - Scale Group

    Posted 09-28-2013 00:10
    Just tired this and still can not get anything to scale.

    Dim TTgroup as xpBaseObject

    Self.GetObjectName ("Contents", TTgroup)

    TTgroup.SetScale(1, .8426, 1)


    #XPression


  • 3.  RE: Script Help - Scale Group

    Posted 09-29-2013 01:18
    There is no function called GetObjectName.. You probably need "GetObjectByName"...

    If you have an error like this the script won't execute.

    #XPression


  • 4.  RE: Script Help - Scale Group

    Posted 09-30-2013 17:20
    You know its the simple things that get me everytime.

    #XPression