Search:
Type: Posts; User: Ingale
Search:
Search took 0.13 seconds.
-
Right... and now I feel stupid. :faded:
Haven't dealt with Flash for a couple of years, forgot almost everything... Oh, well... :cap:
Thank you very much for your help! :)
-
Hi!
This is something very, very simple I try to make, but it doesn't work. I just need the MC to go to the second frame and stop on the release, and to go to and stop on the first frame when I hit...
-
Nothing about it in there... I guess that this option began in MX2004 (according to your quote), so there's nothing I can do about it... :(
How about my second question? How can I make the...
-
OK, you're talking about F8... I'm using FMX... Though I have F8 at my work, but on this project I'm working at home, with FMX. So... can it be done with MX?
BTW, maybe I'll ask a more simple...
-
But where do I put it? On the button AS so it will appear within the on(release) or elsewhere?
Is btn_mc=the instance name of my button?
Is "content" should appear as is or as a name of the MC that...
-
Is it possible to command a MC that is loaded into a scrollPane? For exemple: I have a button on stage and once I release it - I want the MC inside of the scrollPane to jump to a specific frame in...
-
Anybody? Please! I really in a jam here...
-
Hi all!
Here's what I need to do:
I have a scrollpane on stage which holds a certain MC. When I click on a button I need that MC to start playing from a certain frame (end_seq) and when it...
-
Hi all!
I'm a complete newbie to this, first time I'm using this program... I have an object on the stage, how do I paint it? It's a conus and I want to paint it in... orange color. How can it be...
-
Hi all!
Well, I just got my Flash 8 and... I have no idea how to code in it! I wasn't much of a programmer with AS1, and now with this AS2... I have no idea how it works.
I tried to load a MC...
-
Hi all!
I'm having a problem with loading a MC that is in the library to a ScrollPane that is on stage. I used this code:
_root.Scroll.setScrollContent("menu");
which I already used before in...
-
Thanks, I'll try... :)
Guess I'll have more questions on the road (I haven't been dealing with Flash for 2 years, and already forgot that little I knew)...
I have another work after I'm done with...
-
I don't know about Types neither, but this change worked! Now everything works like a charm!!!
Many, many thanks for your help!!! I really appreciate it! Thank you!
P.S. Lots of exclamation...
-
ahm... I'm using Flash MX (not MX 2004), it doesn't have AS2... :(
and yes, the font is still embedded.
-
Yeah, I know... :rolleyes: :angel:
Anyway, I still have a little problem... I now have this code:
function fadeIn() {
myText._alpha += 2;
if (myText._alpha>=100) {
-
Sorry, I tried to figure it out but nothing seems to work... I have no idea how to use it (not to mention that I never even knew that there's a "length" attribute exists, so I have no idea how it...
-
Thank you very much!!!
Another question: where do I enter the next word, so after that "bla bla" will appear, lets say, "yada yada", and after "yada yada" - "na na na" and so on?
-
Hi there!
I need to do the following thing: have a few words or phrases which fade in and out, once one word faded out - the other one fades in, stays visible for a few seconds and then fades out...
-
Try this one (replace the URL for your own):
on (release) {
getURL...
-
You cant put a line in the mask layer cause... well, it will be masked. Put the outline in a new layer above the "shelloutline" mask layer (so it would be a regular layer), put the shell logo on the...
-
Try to put a semicolon after the ampersand. So if you have, for example "me, myself & I" in the code, try to put it like that: "me, myself &; I".
-
Thanks!!!
Apparently I was close, but not close enough... :)
These 2 lines of code also gave me the idea how to scale that darn MC with the code.
Once again, thank you!
-
Hi all!
I have a movie in the library which I want to attach to the stage by code. Here's the code I've been using:
count = 0;
_quality="High";
onEnterframe = function () {...
-
Hello, my friend! :)
Long time no see... Glad to see you're still here!
I'll see what I can do with the file in the link you gave me and we'll carry on from there.
Thanks!
P.S. Good to see ya!
-
Hi all!
How can I make these tabs thingies (like those in the picture), that when I click on one it comes to the front, loading an external movie/text file to it and sends all the others to the...
|
Click Here to Expand Forum to Full Width
|