A Flash Developer Resource Site

Search:

Type: Posts; User: Davirtuoso

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    2,736

    I second fruitbeard's suggestion. The...

    I second fruitbeard's suggestion. The registration point is considered the focal point for any activity occurring for the movieclip, and if it isn't centralised or placed differently that other...
  2. Thanks very much for that, that did the trick....

    Thanks very much for that, that did the trick. Also thank you for the note - i'll try to include files for reference in future! Your assistance is greatly appreciated
  3. [RESOLVED] Global variables seemingly unavailable

    Hi everyone,

    I'm somewhat new to flash and AS3 (studying a HND with a multimedia module that uses flash, been using for about 5-6 months) so there's a chance i'm missing something basic, but i...
  4. Just to confirm are you looking to get the effect...

    Just to confirm are you looking to get the effect of the button being clicked, or the effect of clicking a button and then something else changing as a result?

    If it is just the button click, you...
  5. Replies
    1
    Views
    1,845

    Hi Gabriel123 - I can see a few potential issues...

    Hi Gabriel123 - I can see a few potential issues with the detail you've given so here are some suggestions:

    Firstly, there are two parts to colour of different tools - primarily the 'stroke' and...
  6. Replies
    1
    Views
    1,832

    If you're wanting to attach an image or movie...

    If you're wanting to attach an image or movie clip then the only thing you should need in in this instance is:

    Chare.x = mouseX
    Chare.y = mouseY

    You shouldn't need to assign variables for them...
  7. Try this for your last line instead: ...

    Try this for your last line instead:

    score_txt.text = String(score)

    The reason for this is that the solution to the OP's problem: myTextField_txt.text = String(myDate.getDate()); - the brackets...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center