A Flash Developer Resource Site

Search:

Type: Posts; User: nydave

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. hi, it's there in the source. but even if you...

    hi, it's there in the source. but even if you don't see the script in the html source, you can stick the javascript code in the swf through...
    (deleted...b-nut put it better)
    regards, dave...
  2. Replies
    5
    Views
    745

    your welcome, glad it worked out. yes, it would...

    your welcome, glad it worked out. yes, it would be nice to have arrays in textfields behave like regular variables but i guess there would need to be a way to index the array element so oh well. :)
  3. Replies
    1
    Views
    480

    hi Joolsy-UK, did you set up your sound object...

    hi Joolsy-UK,
    did you set up your sound object properly? as in, export the symbol through the linkage option and setting an identifier, then do you code like so...
    LOOP = new Sound();...
  4. Replies
    9
    Views
    918

    hello XU1, thanks. yeah, mine done with...

    hello XU1,
    thanks. yeah, mine done with actionscripting as well. pretty much like ahab's method. also randomized rotation and scaling and done on each letter.

    dave
  5. Replies
    5
    Views
    745

    aha, set your text field variable name to...

    aha, set your text field variable name to something else then do...
    textfieldvariablename = days[0];
    that should work.
    regards, dave
  6. Replies
    13
    Views
    813

    sorry, off the topic but...

    wow stevietat2! you have a beautiful footer! so how does one become a moderator here anyways?
  7. Replies
    9
    Views
    918

    hi, one of my favorite effects too! :)

    hi, one of my favorite effects too! :)
  8. hello again, try sticking the button in a...

    hello again,
    try sticking the button in a movieclip and then sticking that movieclip into the enemy movie clip. then you can target /enemymc/buttonmc to send it to an empty frame or set it's...
  9. hi, basically they are just another way of...

    hi,
    basically they are just another way of reading or setting a property of an object. so _root.mymc.property is same as _root.mymc['property'] is the same as _root['mymc']['property'] is the same...
  10. Replies
    5
    Views
    745

    hmmm, that's stranges. works fine for me. might...

    hmmm, that's stranges. works fine for me. might be a snytax thing. paste your code up here and let's check it out.
  11. Replies
    3
    Views
    724

    hi, as far as syntax goes, there's a missing dot...

    hi,
    as far as syntax goes, there's a missing dot after the showcasewindow on this line...
    frame = _root.showcasewindow_currentframe;
    and also, in some places you have a space between "showcase"...
  12. hi, err, you mean loadmovie to insert into your...

    hi,
    err, you mean loadmovie to insert into your new blank movie clip. sounds like you got everything but did you make sure to give your blank movie clip an instance name and have loadmovie insert...
  13. Thread: Random MC

    by nydave
    Replies
    5
    Views
    700

    hi, um, underneath the stage so the user can't...

    hi,
    um, underneath the stage so the user can't see it? well, you can set random positions as so...

    Set Property ("mc", X Position) = Random (400)

    however, you'll have to tweak the limit value...
  14. hi, just to add another option...you could also...

    hi, just to add another option...you could also set the movie clip visibility to zero and that will remove the buttons as well.
    dave
  15. Replies
    3
    Views
    842

    thanks damir! :D anyways, i just tried the...

    thanks damir! :D
    anyways, i just tried the Selection.setFocus and it does work. the trick was that you have to do the textfield like this...

    Selection.setFocus('textfieldvariablename');

    it...
  16. Replies
    3
    Views
    695

    hi, looks like your not indexing your array. ...

    hi, looks like your not indexing your array. first off, if you know you will only be using a 10 element array, do Arr = new Array(10); then when you set the values of the element, do Arr[i] =...
  17. Replies
    2
    Views
    575

    hi, to check mouse position on the main timeline...

    hi,
    to check mouse position on the main timeline use _root._xmouse and _root.ymouse so then you'd have something like...
    if(_root._xmouse < 360) {
    //do this...
    }
    else {
    //do that...
    }

    as...
  18. Thread: attachSound?

    by nydave
    Replies
    2
    Views
    538

    yes, the code works...just make sure you export...

    yes, the code works...just make sure you export the symbol (under the linkage option if you right click the symbol... or ctrl click on macs) in your library.
    dave
  19. Replies
    3
    Views
    842

    hi, this is copied from the actionscript...

    hi, this is copied from the actionscript dictionary...

    Selection.setFocus

    Syntax

    Selection.setFocus(variable);
    Arguments

    variable A string specifying the name of a variable associated...
  20. Replies
    4
    Views
    705

    hi, um, first i'm a little confused. you say you...

    hi, um, first i'm a little confused. you say you have a swf w/ two scenes and you want a button to send the the movie to a 3rd scene? if you want, send me the fla at dhc88@hotmail.com and i'll have...
  21. Replies
    1
    Views
    535

    hi, here is a mm technote on the subject ...

    hi, here is a mm technote on the subject

    http://www.macromedia.com/support/flash/ts/documents/popup_windows.htm

    hope that helps.

    dave
  22. Replies
    0
    Views
    459

    hi, i've been messing around with key events...

    hi, i've been messing around with key events preparing for a future game project and noticed some funny things happening. with certain combinations, i can hold down several keys while with other...
  23. Replies
    17
    Views
    1,383

    hi, i dug through that file the other day for...

    hi, i dug through that file the other day for another thread so this is the deal. its not arbitrary. the travel for the scrollbar is /:right - /:left or 700-33=367. this distance must...
  24. Thread: gimme audio!

    by nydave
    Replies
    0
    Views
    464

    hi, i was wondering if anyone could tell me more...

    hi, i was wondering if anyone could tell me more about the sound improvements in f5. i know that volume and pan can be adjusted but i heard of other features. anyone able to shed some light on...
  25. Replies
    1
    Views
    500

    hi, here's a way. copy the graphics you have...

    hi,
    here's a way. copy the graphics you have behind the textfield box where the textfield will be over and stick it into a new movie clip. or if you just have a single color behind the textfield,...
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center