A Flash Developer Resource Site

Search:

Type: Posts; User: evoly

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    864

    I cannot get this to work. Macromedia Flash...

    I cannot get this to work. Macromedia Flash states the following:

    "If a movie is tweening when this method is called, the tweening is stopped."

    So this wont work. If I could load this script...
  2. Replies
    11
    Views
    864

    Actually I have another question in regards to...

    Actually I have another question in regards to this animation.

    It works great! But I'm using it on top of an image inside a movieclip. Problem is the bars will move across the entire movie width....
  3. Replies
    11
    Views
    864

    Thanks so much!!! You've saved me some huge...

    Thanks so much!!!

    You've saved me some huge hair pulling.
  4. Replies
    0
    Views
    357

    Dynamic text issues

    Hey guys,

    So I've setup a text field which calls an external .txt file dynamically. I also want this text field to recognize html tags.

    I've got the bulk of it working. I can't seem to have...
  5. Replies
    11
    Views
    864

    Thanks for the help, but you'll have to excuse my...

    Thanks for the help, but you'll have to excuse my lake of flash experience lately...

    Does this code have to be applied to the main timeline or on a movieClip itself?

    I assume I need to create a...
  6. Replies
    11
    Views
    864

    Using AS 2.0 What I meant by tweens is I could...

    Using AS 2.0

    What I meant by tweens is I could create a clip with mupltiple timeline tweens and repeat clip, but that's so Flash 5 lol.

    I just want Actionscript that will duplicate a bar and...
  7. Replies
    11
    Views
    864

    random vertical boxes

    Hey guys,

    I want to create a simple effect, but don't know where to start. I'd like it to be AS, I could do it with tween's but thats old school.

    Basically I have an image in an MC. I want to...
  8. Replies
    0
    Views
    490

    Preload dynamically loaded jpegs and fade

    I have been researching the forums on information to do this. To be quite honest, I'm still somewhat of a Newb so I'm having difficulty piecing everything together. Here is what I am looking to do!
    ...
  9. Replies
    0
    Views
    296

    How to obtain this result?

    Sorry, wasn't sure where to post this...

    I'm looking to develop a menu, and not sure where to start, I'm no flash guru.

    The effect I'm looking for can be found here
    ...
  10. Replies
    6
    Views
    693

    Well what you could do, is in your...

    Well what you could do, is in your flash_flower_movie, select your button and attach on rollOut scripting.

    on (rollOut){
    gotoAndplay (.....)
    }

    or

    on (rollOut){
    telltarget(mcname)
  11. Replies
    6
    Views
    917

    No I've only got one square, and one movieClip. I...

    No I've only got one square, and one movieClip. I just want those squares to play the movie clip. But because every square is the same square, I need script to have it duplicate the movie clip, when...
  12. Replies
    6
    Views
    917

    Well yes the button is in a movieclip, but this...

    Well yes the button is in a movieclip, but this button is calling a seperate movie clip.

    Ok, I have a movieclip, which makes the squares move randomly, these square have the appropriate...
  13. Replies
    6
    Views
    693

    What actions do you already have applied to your...

    What actions do you already have applied to your buttons.

    Because it seems that all you might need is to specify idividual actions, as in

    on (rollOver)
    on (rollOut)
    on (release), but like...
  14. Replies
    6
    Views
    917

    Weel see, that's the problem, not sure how to...

    Weel see, that's the problem, not sure how to code it, right now all I've got is a basic tell target function to tell the clip to play

    on (rollOver){
    telltarget ("_root.square_1"){
    ...
  15. Replies
    0
    Views
    400

    duplicateMovieClip dilemma

    Hey there,

    Here's what I need.

    I've got 10 squares moving randomly within my movie. These ten squares are just duplicates of the original instance. Therefore they all have the same action...
  16. Replies
    6
    Views
    917

    Duplicate Movie Clip dilemma!!!

    Hey there,

    Here's what I need.

    I've got 10 squares moving randomly within my movie. These ten squares are just duplicates of the original instance. Therefore they all have the same action...
  17. As SJT would know, I have been pulling my hair...

    As SJT would know, I have been pulling my hair out trying to find a solution to problems caused by the poor performance of the flash player for mac.

    Something needs to be done

    Chris
  18. Replies
    1
    Views
    828

    I have found a solution

    Thanks SJT,

    But all in all, I have found a solution which is bomb proof.

    Here's the deal, instead of attaching self.close() Javascript to the close button, here is what I have done.

    On the...
  19. Replies
    2
    Views
    489

    I have found a solution

    Thanks SJT,

    But all in all, I have found a solution which is bomb proof.

    Here's the deal, instead of attaching self.close() Javascript to the close button, here is what I have done.

    On the...
  20. Replies
    2
    Views
    588

    I have found a solution

    Thanks SJT,

    But all in all, I have found a solution which is bomb proof.

    Here's the deal, instead of attaching self.close() Javascript to the close button, here is what I have done.

    On the...
  21. Replies
    2
    Views
    724

    I have found a solution

    Thanks SJT,

    But all in all, I have found a solution which is bomb proof.

    Here's the deal, instead of attaching self.close() Javascript to the close button, here is what I have done.

    On the...
  22. Replies
    2
    Views
    724

    Clos button java makes mac crash

    Hi there, I've posted this before, but haven't gotten it to work.

    He is my dilemma. I am running a flash movie embeded in a html file. This flash movie has buttons which open a pop up window also...
  23. Replies
    2
    Views
    489

    sorry, forgot url: ...

    sorry, forgot url:

    www.glsdezign.com/new_site/index.html

    only english works
  24. Replies
    1
    Views
    828

    Close button java makes Mac crash

    Hi there, I've posted this before, but haven't gotten it to work.

    He is my dilemma. I am running a flash movie embeded in a html file. This flash movie has buttons which open a pop up window also...
  25. Replies
    2
    Views
    588

    Close button java makes Mac crash

    Hi there, I've posted this before, but haven't gotten it to work.

    He is my dilemma. I am running a flash movie embeded in a html file. This flash movie has buttons which open a pop up window also...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center