notworkingadobe
Community Beginner
notworkingadobe
Community Beginner
Activity
‎Jun 22, 2023
03:28 PM
Still doing it. I just have to remember to change it manually everytime I open a project. Not sure what is happening.
... View more
‎Mar 29, 2023
10:02 AM
I will try it tonight
... View more
‎Mar 28, 2023
05:27 PM
Everytime I open AE the Memory Allocation to AE goes to the max and leaves nothing to the rest of the machine. I am guessing that is what it was. But, it still defaults to 0 for the machine when I open it again.
... View more
‎Mar 27, 2023
09:21 PM
The only change I have made since the update to 23.2.1 is my router. I have no idea why that would change anything.
... View more
‎Mar 27, 2023
06:03 PM
Everytime I restart my machine or Quit After Effects the Memory & Performance settings are not saving. It allocates something different every time and I have to change it manually. Anyone else have this issue? Also, on my Max M1 Studio AE runs very very slow. Running 23.2.1 with 64 RAM available on Ventura 13.2.1. It used to scream but it has slowed immensly with this latest release of AE.
... View more
‎Dec 13, 2022
11:15 AM
I am not seeing an update.
... View more
‎Dec 01, 2022
07:06 AM
1 Upvote
I was going nuts as well. Work around for now is to you your mouse to select what you want to change and change it without the arrow keys. Sucks I know but it works for now.
... View more
‎Jun 18, 2021
08:16 AM
Has this ever been solved? I have the same issue and it's absolutely annoying. It used to work.
... View more
‎Jul 06, 2008
09:47 PM
That didn't work, here is the code for the invisible button I
am using to trigger things that lives on the main timeline, "Book
Meetings" is a frame on the main timeline (that part works). "Type"
is the movie clip and "Nav 2" is the frame I want it to stop on:
on (rollOver) {
gotoAndStop("Booking Meetings");
}
on (rollOver) {
_parent.Type.gotoAndStop("Nav 2");
}
I know in theory it should work, I thought mine should work I
know I am mush now but it needs to be done by morning.
... View more
‎Jul 06, 2008
08:28 PM
Hi,
I have one of those last minute sites and I haven't been in
Flash for awhile. I am trying to get a movie clip I placed on the
main timeline to go to a frame and stop from an invisible button.
The movie I am targeting is "Type" and the Frame is "Nav 2". Here
is what I wrote. I am saving it as AS2 in Flash 8.
on (rollOver) {
tellTarget(Type.gotoAndStop="Nav 2");
}
Any help, I know it's simple but it's late and I haven't
Flashed in a long time so my mind is mush.
... View more
‎Jul 05, 2008
05:31 PM
It works on the server in 8. I can't believe I didn't try
that first. Like I said it's been awhile. THANX!!!
... View more
‎Jul 05, 2008
03:58 PM
I noticed I lost my Blend mode stuff when I save it back to
7. Any other ideas so I can keep the blend stuff??
... View more
‎Jul 05, 2008
03:46 PM
That worked David, saving it back to 7 worked. Does moving to
AS3 fix a lot of this mess?
... View more
‎Jul 05, 2008
03:22 PM
I am using AS2 in Flash CS3. I am trying to simply us the
getURL to open a url in the same window. Does not work, it will
work if I use the "_blank" statement but I need it to open in the
same window. I have tried saving it as FP8 and 9 with no resolve.
on (release) {
getURL("events_home.htm", "_blank");
}
... View more