A Flash Developer Resource Site

Search:

Type: Posts; User: CorrosionMan

Page 1 of 3 1 2 3

Search: Search took 0.15 seconds.

  1. Replies
    257
    Views
    62,887

    The image was done in Paint Shop Pro. For the...

    The image was done in Paint Shop Pro. For the text, I used a cut out and then inner bevel with a drop shadow. The surface look behind was done by using the airbrush tool and then applying a texture...
  2. Thread: Hot spots

    by CorrosionMan
    Replies
    2
    Views
    431

    Create a button. You will not want to have...

    Create a button. You will not want to have anything in any of the button frames except the "hit". Place a circle square or whatever shape you would like to act as the "hot area".

    By only placing...
  3. Replies
    4
    Views
    493

    Stop and think what you are asking. Let me pose...

    Stop and think what you are asking. Let me pose a simple question to you, why use Powerpoint if you have Flash?

    Powerpoint was great prior to my experiencing Flash, but since, I only do...
  4. Try using a "with" action and target the _level. ...

    Try using a "with" action and target the _level. Instead of using the scene name and a frame label in your gotoAndplay statement, just use a frame label and no scene name. Sometimes this helps.
    ...
  5. I will be as clear as I can at this time. You...

    I will be as clear as I can at this time. You will need to place a startdrag action on the m/c and contain this drag to the x axis. Another words, look at the center point of your m/c on the...
  6. In short, it should work. With flash5 you can...

    In short, it should work. With flash5 you can creat text boxes containing html. Use an html "a href" to create the link.

    This should work.
  7. Replies
    1
    Views
    683

    You will need to use buttons. Buttons are the...

    You will need to use buttons. Buttons are the only objects that can receive the onMouse events.

    Just create a button with no graphics only a hit area the proper size of the area you would like...
  8. Replies
    9
    Views
    1,150

    Also, now that I do understand what you are...

    Also, now that I do understand what you are asking, you may want to check out this thread from fk. It deals with finding the intersection of two lines. It may be of some help to you.
    ...
  9. Replies
    9
    Views
    1,150

    I'm kind of lost as to what you are attempting to...

    I'm kind of lost as to what you are attempting to do here. I can direct you to an excellent tutorial on trig that discusses finding the center point on C.

    Hope this helps you, and if you have...
  10. Replies
    9
    Views
    1,150

    The length of the of C is ... c=sqrt of...

    The length of the of C is ...

    c=sqrt of (a*a+b*b)

    You can test this with the following example. Carpenters use a right triangle to get angled cuts check for square of corners and etc. They...
  11. Replies
    1
    Views
    431

    Try this, it should work although I have not...

    Try this, it should work although I have not tested.


    on (rollOver) {
    with ("_root.anim"+random(10)) {
    play ();
    }
    }
  12. Replies
    3
    Views
    597

    The +1 was for getting the correct interval. ...

    The +1 was for getting the correct interval. FlashGuru misunderstood the sequence of your swf's. He more than likely thought that you were numbering 1, 2, 3 and so forth, yet you were actually...
  13. Replies
    3
    Views
    649

    Sorry, here is some sample code that uses a...

    Sorry, here is some sample code that uses a graphical instance and not text, but all you need to do is work around that making certain to have the substring():


    If (count>6)
    If (count=10)...
  14. Replies
    3
    Views
    649

    You could set a variable to count the characters...

    You could set a variable to count the characters and at say 20 change the _y position. You would use an if statement.

    For more than 2 lines, you will need to nest the if statements.

    Hope this...
  15. Thread: buttons

    by CorrosionMan
    Replies
    1
    Views
    484

    Let's start slow. Select a button from the...

    Let's start slow. Select a button from the supplied libraries. Now place this on the stage.

    Right click the button instance and select properties, actions (flash4) or actions (flash5). We will...
  16. Your fla download link on the site is not working...

    Your fla download link on the site is not working and the address you gave must be cut and pasted inorder to goto the site. This is due to the ... at the end of the link.

    Now with your problem,...
  17. Thread: loading

    by CorrosionMan
    Replies
    1
    Views
    587

    You can place a load movie action in each button,...

    You can place a load movie action in each button, but you will not beable to tell target these levels from the same button as you cannot load a level and tell target the same level in the same...
  18. Replies
    5
    Views
    551

    Sorry, but can't seem to get my password to work,...

    Sorry, but can't seem to get my password to work, so I have to post again to tell you what I forgot.

    Corrected frame 20

    Load Movie (variable add ".swf", 0)
    Stop()

    Hope this helps.
  19. Replies
    5
    Views
    551

    Not completely certain, but I noticed that you...

    Not completely certain, but I noticed that you have the following code

    Frame 20

    Stop
    Load Movie (variable & ".swf", 0)

    I think there are two mistakes here. The first is the stop action...
  20. Replies
    5
    Views
    551

    I'm not great at actionscript. I can read it and...

    I'm not great at actionscript. I can read it and understand what is being done. I can even immulate others, yet I think your problem is the following:


    On (Release)
    Set Variable: "variable" =...
  21. Thread: fonts

    by CorrosionMan
    Replies
    2
    Views
    585

    Been a long time, but I think you need to place...

    Been a long time, but I think you need to place the truetype file in the following directory if using windows:

    C:\WINDOWS\FONTS

    The FONTS directory maybe in a different path in your system, yet...
  22. Replies
    2
    Views
    688

    What you need to do is take the second swf that...

    What you need to do is take the second swf that you would like to load into the first and do the following:

    1. Place a blank keyframe in the first frame of the swf and place a stop action in it. ...
  23. Replies
    6
    Views
    519

    Why do you want the mouseover to activate in the...

    Why do you want the mouseover to activate in the mask?

    If you do want the mouseover to activate in the mask, all I can say is you may encounter some problems with the functionality of the site.
    ...
  24. Replies
    9
    Views
    734

    Why worry if a flash 4 player is excluded? After...

    Why worry if a flash 4 player is excluded? After all, the flash player is a free download from Macromedia and if the user has an incorrect version of the player the site will redirect and give the...
  25. Replies
    9
    Views
    734

    Look under Help> in the top menu. Just my two...

    Look under Help> in the top menu. Just my two cents, I think Macromedia has done good by including this actionscript dictionary.
Results 1 to 25 of 61
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center