Search found 13 matches
- March 30th, 2010, 8:22 am
- Forum: Expression Discussion
- Topic: store variable
- Replies: 1
- Views: 10403
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...
- March 30th, 2010, 8:17 am
- Forum: Expression Discussion
- Topic: creat constant random number
- Replies: 2
- Views: 14276
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
i also get useful information here
http://www.motionscript.com/mastering-e ... dom-1.html
- March 30th, 2010, 4:30 am
- Forum: Expression Discussion
- Topic: creat constant random number
- Replies: 2
- Views: 14276
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 ...
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 ...

- March 8th, 2010, 4:20 pm
- Forum: Scripts Discussion
- Topic: Dimension is strang in aftereffects
- Replies: 0
- Views: 6439
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...
- March 7th, 2010, 8:59 am
- Forum: Scripts Discussion
- Topic: remove controls from panel
- Replies: 2
- Views: 9310
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
however my aftereffects crash we i do this any idea

- March 6th, 2010, 9:36 am
- Forum: Scripts Discussion
- Topic: remove controls from panel
- Replies: 2
- Views: 9310
Re: remove controls from panel
humm no one have any idea about this ????
somebody help me PLZ

somebody help me PLZ

- March 2nd, 2010, 2:25 pm
- Forum: Scripts Discussion
- Topic: remove controls from panel
- Replies: 2
- Views: 9310
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
so for example i have text Item and i want to remove
i used remove() and delete() but no good news
any help

- November 2nd, 2009, 12:20 pm
- Forum: Scripts Discussion
- Topic: IndexOf problem
- Replies: 10
- Views: 49246
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
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

- November 1st, 2009, 12:43 pm
- Forum: Scripts Discussion
- Topic: propert type
- Replies: 1
- Views: 7049
OOps!
OOps !
i found it just use isEffect command
i found it just use isEffect command
- November 1st, 2009, 12:33 pm
- Forum: Scripts Discussion
- Topic: propert type
- Replies: 1
- Views: 7049
propert type
hi all
plz i need this
how to know if the selected property belong to effect property or not
thank you
plz i need this
how to know if the selected property belong to effect property or not
thank you
- October 25th, 2009, 10:28 am
- Forum: Scripts Discussion
- Topic: swf in panel ??
- Replies: 1
- Views: 7664
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 ??
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 ??

- October 24th, 2009, 5:40 am
- Forum: Scripts Discussion
- Topic: speed controll
- Replies: 2
- Views: 9323
Re: speed controll
ohh my GOD!!!
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

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
- October 23rd, 2009, 6:13 pm
- Forum: Scripts Discussion
- Topic: speed controll
- Replies: 2
- Views: 9323
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 ...