Search found 13 matches

by ghaith
March 30th, 2010, 8:22 am
Forum: Expression Discussion
Topic: store variable
Replies: 1
Views: 7682

store variable

ok after many bad result trying to solve this i could not get it work problem is storing the variable in the expression for the next frame my code is simple like this applied on opacity if (time <2){ x=10 } x on frame 0,1 the x will equal to 10 however on frame 2 their is no x so what to do note : t...
by ghaith
March 30th, 2010, 8:17 am
Forum: Expression Discussion
Topic: creat constant random number
Replies: 2
Views: 10918

Re: creat constant random number

Dan thank you so so much that's help me

i also get useful information here

http://www.motionscript.com/mastering-e ... dom-1.html
by ghaith
March 30th, 2010, 4:30 am
Forum: Expression Discussion
Topic: creat constant random number
Replies: 2
Views: 10918

creat constant random number

hi all

i am wondering how to creat constant random number and stor it so when i play
i should get the same number

i am trying this to get random hold frame time applyed on time remap property

any idea ... 8)
by ghaith
March 8th, 2010, 4:20 pm
Forum: Scripts Discussion
Topic: Dimension is strang in aftereffects
Replies: 0
Views: 5271

Dimension is strang in aftereffects

i have new problem i finished my panel however testing it looks great but in aftereffects the Dimension is totally wrong !! even i put the resize property to false but in aftereffects i am able to resize it any idea i am using something like this :shock: myPanel = (thisObj instanceof Panel) ? thisOb...
by ghaith
March 7th, 2010, 8:59 am
Forum: Scripts Discussion
Topic: remove controls from panel
Replies: 2
Views: 7244

Re: remove controls from panel

ok i found a very stupid solution witch is loading all the images i need then make them invisible and then play with the visibility of the images to get the selected one ON

however my aftereffects crash we i do this any idea :roll:
by ghaith
March 6th, 2010, 9:36 am
Forum: Scripts Discussion
Topic: remove controls from panel
Replies: 2
Views: 7244

Re: remove controls from panel

humm no one have any idea about this ???? :shock:

somebody help me PLZ :wink:
by ghaith
March 2nd, 2010, 2:25 pm
Forum: Scripts Discussion
Topic: remove controls from panel
Replies: 2
Views: 7244

remove controls from panel

i have problem loading many images dynamically through my panel

so for example i have text Item and i want to remove
i used remove() and delete() but no good news

any help :)
by ghaith
November 2nd, 2009, 12:20 pm
Forum: Scripts Discussion
Topic: IndexOf problem
Replies: 10
Views: 29480

IndexOf problem

hi all
i know i have many questions but for now the most important is how to use String.indexOf()

i don't know why it is not working for me any idea .


thank you :shock:
by ghaith
November 1st, 2009, 12:43 pm
Forum: Scripts Discussion
Topic: propert type
Replies: 1
Views: 5401

OOps!

OOps !

i found it just use isEffect command
by ghaith
November 1st, 2009, 12:33 pm
Forum: Scripts Discussion
Topic: propert type
Replies: 1
Views: 5401

propert type

hi all

plz i need this

how to know if the selected property belong to effect property or not


thank you
by ghaith
October 25th, 2009, 10:28 am
Forum: Scripts Discussion
Topic: swf in panel ??
Replies: 1
Views: 6105

swf in panel ??

hi i have this problem ..

i read about including swf files to make panel

in the SDK of the adobe Extend Script you will find sample however it is not able to run in aftereffect any idea ?? :P
by ghaith
October 24th, 2009, 5:40 am
Forum: Scripts Discussion
Topic: speed controll
Replies: 2
Views: 6623

Re: speed controll

ohh my GOD!!! :idea:

man you break me apart

my code is doing the same however the missing part is curvaceous


so i think i will stop the development on this one as this man finish it
by ghaith
October 23rd, 2009, 6:13 pm
Forum: Scripts Discussion
Topic: speed controll
Replies: 2
Views: 6623

speed controll

hi i have problem which i could not find any solution . can i control the speed curve between 2 key frames like putting some expression in my test i could play with the x and y as i like without using the built-in EASE functions however my code destroy the path of the animation i would like to have ...