A Flash Developer Resource Site

Search:

Type: Posts; User: harrisonmulline

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Realy simple just add gotoAndPlay(2); in the...

    Realy simple just add gotoAndPlay(2); in the loadContent function.
  2. Something like this? ...

    Something like this?


    buttonName1.addEventListener(MouseEvent.CLICK, buttonPressed);

    buttonName2.addEventListener(MouseEvent.CLICK, buttonPressed);

    function...
  3. Image randomly will not load without error.

    Hi

    I have an array of image names with a function that adds a movieclip which then loads the next image.

    The images load fine the first time but it seems once the images are loaded into cache...
  4. Replies
    4
    Views
    1,184

    Tried what you said, but the textbox never seems...

    Tried what you said, but the textbox never seems to get any smaller even when i use a number to set the height.
  5. Replies
    4
    Views
    1,184

    Thanks for you fast reply. I am using a...

    Thanks for you fast reply.

    I am using a textfield that i have created using AS. I have set autosize on and it fits perfectly horizontally. But vertically i have the problem. Heres a little...
  6. Replies
    4
    Views
    1,184

    How to fit text height to textbox??

    Hi

    I am making something where a user is able to type text into an input box and it is added to the stage inside a movieclip. I then make that movieclip draggable.

    Problem is the textbox height...
  7. Replies
    4
    Views
    537

    Thankyou neznein9, so after creating the mcs the...

    Thankyou neznein9, so after creating the mcs the only way to access them like this is to put them into an array?
  8. Replies
    4
    Views
    537

    this["mc"+i] same effect in AS3??

    Hi

    I have just started learning AS3 and used code like this many times in AS2:

    Say i have 5 movieclips named mc1, mc2 etc.

    Then put this:


    for(var i:Number = 1; i <= 5; i++){
  9. Hey Thanks for the help mate, never looked for...

    Hey

    Thanks for the help mate, never looked for them functions (onSoundComplete and duration).
  10. External mp3 repeat position problem.

    Hi

    I would like a sound to start and then on the next repeat to start in a different position.

    Heres my code:


    var my_sound:Sound = new Sound();
    _root.my_sound.loadSound(_root.sd+ ".mp3",...
  11. Replies
    4
    Views
    637

    Thanks for the fast reply sstalder, could you...

    Thanks for the fast reply sstalder, could you show me an example?...to be honest i have never realy tried creating a fullscreen flash site. How is the coloured bit on the backround made to fit the...
  12. Replies
    4
    Views
    637

    Cool resize effect help

    Hi
    I was looking at this website and saw that if you didnt have your window maximized while viewing it, if you resized the window you would get a cool effect.
    heres the site:...
  13. Replies
    4
    Views
    560

    but yeah, modified dogs answer would be better.

    but yeah, modified dogs answer would be better.
  14. Replies
    4
    Views
    560

    hi first of all, if your button is a MC then you...

    hi
    first of all, if your button is a MC then you might want to put _parent. before the names. Also you have put (cow_1._alpha = 1;), if you wanted them to be visible on press then put 100 instead of...
  15. because they are different versions of...

    because they are different versions of Actionscript?
  16. Replies
    3
    Views
    791

    Hi I modified the script for you, not sure if...

    Hi
    I modified the script for you, not sure if it's what you want. Let me know what you think.
    thanks
  17. Dynamic image does not load on some computers ???

    Hi
    I have a simple onEnterFrame function to preload an image and display it. I have 3 of these on 1 page. It all works perfectly on every pc i have tested it on (online) except from 1 (loads 2 of 3...
  18. Replies
    4
    Views
    480

    hi I think EveXPhile means this -...

    hi
    I think EveXPhile means this - http://julian.empiregn.com/2007/2/22/How-to-create-true-fullscreen-movies-with-Flash
  19. Replies
    5
    Views
    551

    hey it was confusing me too, i played around...

    hey
    it was confusing me too, i played around with that bit of code for ages and getting no where decided to recreate it using onEnterFrame. To my surprise it worked!

    here it is
    frame 1:
    ...
  20. Replies
    5
    Views
    551

    thanks for your answer ryan, but theres a...

    thanks for your answer ryan, but theres a problem. your code only executes the ShowNumImages function if it hasnt found an image.


    if (ok) {
    NumImages += 1;
    ...
  21. Replies
    1
    Views
    490

    hi select the text tool, in the properties pane...

    hi
    select the text tool, in the properties pane there is a drop-down menu saying static text, click it and then click dynamic text.

    http://www.smartwebby.com/Flash/text_basics.asp
  22. hi have you tryed deleting your temporary...

    hi
    have you tryed deleting your temporary internet files, (tools - delete browsing history...). This might help.
  23. Replies
    5
    Views
    551

    code problem while online

    hi
    i have created a dynamic photo gallery that counts the amount of images in a folder (found the code somewhere) and displays the thumbs. It works perfectly offline but not online or while i am...
  24. thank you so much, it works perfectly it's...

    thank you so much, it works perfectly
    it's because i wasn't putting my if within the onload function
  25. thanks for the post but i don't understand ive...

    thanks for the post but i don't understand
    ive tried using :

    if (a==1) {

    }

    and it won't work
    ive made a gallery and the idea is if i put a=1 the gallery should load 1 pic
    if a=2 load 2...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center