A Flash Developer Resource Site

Search:

Type: Posts; User: UK_Mac

Page 1 of 10 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    6
    Views
    596

    As far as I know, scrollbars have to be attached...

    As far as I know, scrollbars have to be attached to a dynamic text box, but just make one, then type the text you want into it in exactly the same way you would with static text.

    You can then...
  2. Thread: Newbie HTML

    by UK_Mac
    Replies
    15
    Views
    938

    the tag is included in HTML 1.0, so you could...

    the <a> tag is included in HTML 1.0, so you could include the link as dynamic text with the html option checked. Just set your dynamic text variable to include:

    textVar = "<a...
  3. Thread: Newbie HTML

    by UK_Mac
    Replies
    15
    Views
    938

    yep. download the graphic, then file>importimport...

    yep. download the graphic, then file>importimport it into your flash movie.

    F8 to convert it into a symbol and choose button.

    Either press F5 with the 'hit' frame selected to make a flat...
  4. Thread: Newbie HTML

    by UK_Mac
    Replies
    15
    Views
    938

    sorry, I dont get what you mean - use what as a...

    sorry, I dont get what you mean - use what as a graphic ? Do you mean load an html page into your flash movie and use it as a graphic symbol ?
  5. Replies
    2
    Views
    539

    I'd really only use code for the job if the...

    I'd really only use code for the job if the movement is variable - ie, you want some random movement or in response to events like mouse movement. If it's going to be the same move everytime the...
  6. Replies
    5
    Views
    681

    no problem - it's been a voyage of discovery for...

    no problem - it's been a voyage of discovery for everyone, I think ! Check out the thread link above as it has evolved since my previous reply here.
  7. Replies
    19
    Views
    1,577

    neat fix, leason - I cant find the onTextChanged...

    neat fix, leason - I cant find the onTextChanged method anywhere in Flash help, but it certainly does the trick. Where did you find it ?

    And if it's that simple, why isnt it the MM approved method...
  8. Replies
    19
    Views
    1,577

    If Wicken is on the main timeline, then you need...

    If Wicken is on the main timeline, then you need to include the path _root.Wicken.gotoAndPlay(1) in your button code.

    If it isnt, then I dont know without seeing the file, sorry.

    I applaud...
  9. Replies
    19
    Views
    1,577

    :mad: Unfortunately, there's a limitation to...

    :mad:

    Unfortunately, there's a limitation to Sawchuck's work around: the scrollbar properties remain relevant to the dummy text and dont adapt to the dynamic text that replaces it at run time.
    ...
  10. Replies
    5
    Views
    681

    Check out Sawchuck's reply in this post...

    Check out Sawchuck's reply in this post - an immensely quicker work around. Not good practice, but gets the job done.

    :cool:
  11. Replies
    19
    Views
    1,577

    Spent ages wondering where I had gone wrong with...

    Spent ages wondering where I had gone wrong with the simple & much vaunted drag & drop method. Found this in the MM technotes:...
  12. Replies
    5
    Views
    681

    The answer, my friend is blowing in the...

    The answer, my friend is blowing in the TechNotes:
    http://www.macromedia.com/support/flash/ts/documents/dynamic_text_scrollmx.htm

    ..... and it aint pretty. I couldnt get the example code to work...
  13. Replies
    5
    Views
    681

    Nope, just tried it for the first time and I cant...

    Nope, just tried it for the first time and I cant get to work either. Ive tried it with fixed variables, variables loaded dynamically, variables with a following wind and astrologically aligned...
  14. Thread: Newbie HTML

    by UK_Mac
    Replies
    15
    Views
    938

    You can add link code to a Flash button, like :...

    You can add link code to a Flash button, like :
    on(release) {
    getURL ("http://www.flashkit.com/", "_blank");
    } which will open the link in a new browser window when the button is pressed. Or if...
  15. Thread: Newbie HTML

    by UK_Mac
    Replies
    15
    Views
    938

    You can use HTML 1.0 tags in a text box (remember...

    You can use HTML 1.0 tags in a text box (remember to check the HTML option), but that's all. For the most part you can embed Flash into HTML, but not the other way round. You can use DHTML layers to...
  16. Replies
    1
    Views
    442

    Select the layer(s) including the folder layer...

    Select the layer(s) including the folder layer then right click on the highlighted timeline; choose 'copy frames' from the menu (or ctrl+alt+c, sorry dont know the mac equivalent).

    Then right...
  17. Replies
    5
    Views
    491

    http://board.flashkit.com/board/showthread.php?thr...

    http://board.flashkit.com/board/showthread.php?threadid=313123
  18. Replies
    1
    Views
    370

    I cant find any way to do it except go in to edit...

    I cant find any way to do it except go in to edit the symbol, select everything and move it relative to the small cross in the middle of the screen.

    The reg point for transformations (rotation...
  19. Thread: need help

    by UK_Mac
    Replies
    4
    Views
    464

    ok, changes in bold: on (release) { amount =...

    ok, changes in bold:

    on (release) {
    amount = 75;
    yLimit = 275;
    while (amount>0) {
    duplicateMovieClip(_root.hearts, "mc"+i, i);
    setProperty("mc"+i, _x, random(275));
    setProperty("mc"+i,...
  20. Have you tried using math.floor instead of...

    Have you tried using math.floor instead of math.round ?
  21. Replies
    5
    Views
    461

    Had me puzzled for a while, but the difference is...

    Had me puzzled for a while, but the difference is because of the new 'Compress Movie' publishing option in Flash MX.

    Uncompressed, the movie is 331kb, but with compression it's 131kb and it seems...
  22. Replies
    1
    Views
    357

    _level3.id = _level2.id; Hope this helps :)

    _level3.id = _level2.id;

    Hope this helps :)
  23. Thread: need help

    by UK_Mac
    Replies
    4
    Views
    464

    Just apply the same scale changes to both _yscale...

    Just apply the same scale changes to both _yscale and _xscale.

    Generate your randomNumber, then set
    movieClip._xscale = movieClip._yscale = randomNumber;

    _xscale and _yscale are percentages...
  24. Replies
    5
    Views
    461

    erm.... no ! :confused: email me...

    erm.... no ! :confused:

    email me the fla and I'll take a look.
  25. Replies
    5
    Views
    461

    Does the movie load anything dynamically at...

    Does the movie load anything dynamically at runtime like sound or images that's 200kb big ? No idea if this would be reflected in bytesTotal.

    For help on '_root', '_parent' etc, check out the...
Results 1 to 25 of 243
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center