A Flash Developer Resource Site

Search:

Type: Posts; User: westink

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    6,426

    Doesn't make sense to give you a step-by-step...

    Doesn't make sense to give you a step-by-step instruction if you cannot even follow the script. From what you wrote, you are at the newbie level. My suggestion is get some MORE knowledge. You need...
  2. ahhh, place your event in the appropriate event...

    ahhh, place your event in the appropriate event handler.... there's a start.


    on (release) {
    a=this._name.substr(1,1);
    if ((_root.p<>a) and (not _root.playing)) {
    _parent["b" +...
  3. Replies
    2
    Views
    509

    You can also give a _level the same _x and _y...

    You can also give a _level the same _x and _y properties, but does not work as well as changing the MovieClip, as suggested in the previous post.
  4. Replies
    12
    Views
    783

    First, get rid of the button states. You want to...

    First, get rid of the button states. You want to set each thumb as a Movie Clip. You can create an ease speed too. This will fade in and fade out:

    for each MC attach the following (actions -...
  5. Replies
    12
    Views
    783

    No, don't look at that! Use script. Anyway,...

    No, don't look at that! Use script. Anyway, explain a bit further, and I can help ya (with script).
  6. Replies
    12
    Views
    783

    I was only working in the portfolio section, but...

    I was only working in the portfolio section, but have to say- I don't see it! What's the problem, Sister?
  7. silentweed, kudos on the site. Very cool to see....

    silentweed, kudos on the site. Very cool to see. Not the place to post this, but it ties into your post, kind'a. I have a question about mySQL: would the change for the guest book post work on the...
  8. First, to streamline the site, you will want to...

    First, to streamline the site, you will want to optimize. There is no way to stop to do what you are doing and have it load in a "streamline" fashion. You can have a .flv file stop at frame one,...
  9. That would be it! I would make a SS or capture...

    That would be it! I would make a SS or capture the .flv image, then optimize! OPTIMIZE! you can vector the image if you want. This would save it from being in the library with a file size.
  10. Replies
    8
    Views
    1,479

    Looks great. Congrats! You do have some script...

    Looks great. Congrats! You do have some script that doesn't have a purpose. For example, the Out() function can be taken out, and the timeline script within the MCs 1,2, + 3. Those were probably...
  11. Replies
    8
    Views
    1,479

    Here, it's working as a top menu. Reverse of the...

    Here, it's working as a top menu. Reverse of the orig. swf.

    var totalPix:Number = 3;
    var select = "";
    for (i=0; i<=totalPix; i++) {
    this["pic"+i]._alpha = 50;
    ...
  12. Replies
    4
    Views
    695

    Well, I'm not sure what you are doing, but it...

    Well, I'm not sure what you are doing, but it will follow a radius track with a locked or anchored point. Think of it as a clock hand. Anyway, without seeing what you are asking, this was my...
  13. Replies
    8
    Views
    1,479

    Actually, as I looked at the script that I gave...

    Actually, as I looked at the script that I gave you, after tweaked, will do that exact feat. When I have a moment, after this weekend, I'll be able to work it.

    stinky
  14. Expert, nothing. That site is at an intermediate...

    Expert, nothing. That site is at an intermediate level, and no reason to be embarrased. We all have started out somewhere. Just means you need to learn a thing or two to understand most that can...
  15. Replies
    9
    Views
    733

    Dear Vic, are you kidding me? ...

    Dear Vic, are you kidding me? "loadingIntoMcName" is a made up instance name. When you create a movie clip, you give it an instance name. What you are doing is loading a jpg from a folder and into...
  16. My tip, take a class or learn some flash through...

    My tip, take a class or learn some flash through online tutorials OR buy a book. You need to learn how to tread water before you start swimming.

    Tutorial topics: _x and _y position, methods(),...
  17. Replies
    4
    Views
    695

    Many ways to do this, here's one: ...

    Many ways to do this, here's one:




    onClipEvent (enterFrame){
    gun = Math.atan2(_ymouse - this._y, _xmouse - this._x) * 180/3.141593E+000 - 90;
    this.gunSite._rotation = gun;
    }
  18. Replies
    9
    Views
    733

    loadMovie("folderName/jpegName.jpg",...

    loadMovie("folderName/jpegName.jpg", "_root.loadingIntoMcName");
  19. Far too much time, and that's a good thing!!!!!! ...

    Far too much time, and that's a good thing!!!!!! THANKS.
  20. Replies
    8
    Views
    1,479

    Sorry, NEVER MIND! I didn't wait for it to load. ...

    Sorry, NEVER MIND! I didn't wait for it to load. There are several tutorials on scaling that can get you started, try a google search. I'll place some code in to help point out some directions.......
  21. Replies
    8
    Views
    1,479

    Cannot see the item, as we do not have the needed...

    Cannot see the item, as we do not have the needed login.
  22. Here's another option, place the .fla on the...

    Here's another option, place the .fla on the server, and give the link to it.

    ;)
  23. zip it or read what I wrote, again. What method...

    zip it or read what I wrote, again. What method are you using to bring the .jpg into the .fla? are you loading it into a mc? if so, then PLEASE take take the shape out of that mc.
  24. Choose attach files under "additional options",...

    Choose attach files under "additional options", and upload the file.
  25. Thread: Opinion Needed

    by westink
    Replies
    8
    Views
    637

    So much info... slow down!!!!!!! ;) well, sounds...

    So much info... slow down!!!!!!! ;) well, sounds like e-commerce might be your need too? My thought, if that be the case, keep it to a Flash/HTML site. If it doesn't require as much, then a flash...
Results 1 to 25 of 147
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center