A Flash Developer Resource Site

Search:

Type: Posts; User: mr_proud

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    3,468

    Thanks very much indeed. Makes perfect sense,...

    Thanks very much indeed. Makes perfect sense, when so well explained.

    The minutes were there from an earlier version of timer.

    Really appreciate it!

    :D
  2. Replies
    2
    Views
    3,468

    Countdown timer with tenths of a second

    Hi there,

    I have a countdown timer that works well counting down a minute, before it does something.

    I'd like to add counting of tenths of a second to this too, but don't know where to start.
    ...
  3. Replies
    0
    Views
    1,285

    hitTest problem

    Hi there,

    I hope this is easy, although so far it has stumped me.

    I'm trying to use the shapeFlag so that my hitTest uses shape of object rather than rectangle bounds.

    My code looks like...
  4. Replies
    1
    Views
    1,639

    Multiple answers to question

    Me again, with a different problem...

    How do you check for correct answers to a question, when there are four correct answers from a possible six. The answers can be answered in any order, and...
  5. Replies
    1
    Views
    7,628

    Select a random subset of Array

    Howdy Flashkit,

    I've imported questions for a quiz from XML successfully.


    var myXML:XML;
    var myLoader:URLLoader = new URLLoader();
    myLoader.load(new URLRequest("../xml/Quiz.xml"));...
  6. drag_mc = e.currentTarget as MovieClip; 8•)

    drag_mc = e.currentTarget as MovieClip;

    8•)
  7. Thanks indeed for the tip. I tried your...

    Thanks indeed for the tip.

    I tried your suggestion, but I got this error. Have I missed something?

    1118: Implicit coercion of a value with static type Object to a possibly unrelated type...
  8. drag and drop one of many movieclips dynamically

    Hello all,

    I have a problem, as a newcomer to AS3. I'm looking to be able to pick up one of 36 movieclips on the stage, and drag it to a hotspot. If it lands on the hotspot, then it does...
  9. Replies
    7
    Views
    2,241

    Thanks for your help. Now have this working as a...

    Thanks for your help. Now have this working as a package too, which is useful, and better practice.

    One thing I still need to figure out, is how to change the direction the fish is pointing in...
  10. Replies
    7
    Views
    2,241

    Been looking at this, and not entirely sure of...

    Been looking at this, and not entirely sure of solution. This is as far as I've got... the fish swim in little circles....

    :confused:



    var deg2rad:Number = Math.PI / 180;
    var speed:Number...
  11. Replies
    7
    Views
    2,241

    Fantastic - thanks very much. And, yes you're...

    Fantastic - thanks very much. And, yes you're right, the code I posted was a state that I'd been tinkering with, and didn't work.

    What you suggested makes a lot of sense, I'm going to build my...
  12. Replies
    7
    Views
    2,241

    Passing variable to function in as3?

    Hi FlashKit one and all.

    Trying to create a random movement for fish MCs:

    //----------------------

    var deg2rad:Number = Math.PI / 180;
    var speed:Number = 1;// set to speed you want
    var...
  13. Hey dawsonk! Good to hear from you... I...

    Hey dawsonk!

    Good to hear from you...

    I tried your suggestion, however the eventlistener is needed to monitor the webcam, as part of Soulwire's MotionTracker...
    ...
  14. Event.ENTER_FRAME + gotoAndPlay to control embedded movieclip

    A method I've used many times on AS2, is not working in AS3.

    I'm using a gotoAndPlay command within an Event.ENTER_FRAME loop to go to a particular frame on the timeline that holds a movieclip...
  15. Replies
    1
    Views
    9,299

    Anyone? This is still a mystery, and any help...

    Anyone? This is still a mystery, and any help would be greatly appreciated...

    ;)
  16. Replies
    1
    Views
    9,299

    AS2 Google Analytics Tracking

    I've integrated Google Analytics with Flash before using the previous tracker:


    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
    <script...
  17. Perfect... I was very close to getting that...

    Perfect...

    I was very close to getting that one!

    Thanks indeed :)
  18. Hello again. I found a way to do the scaling :) ...

    Hello again. I found a way to do the scaling :)

    Any ideas on the depth problem I mentioned above. I need the last selected object to be on top of all others....

    Any pointers much appreciated.
    ...
  19. Just two lines of code? Easy when you know how :)...

    Just two lines of code? Easy when you know how :) Thanks a million!

    How would you scale the selected group by 25% increments, bigger or smaller?

    Also, there is an odd behaviour with the objects...
  20. Hi again. Just noticed a very strange anomaly....

    Hi again.

    Just noticed a very strange anomaly. Everything works brilliantly. However, if you select the 1 shape and the 2 shape (in version below) and press rotate, it incorrectly rotates the...
  21. dawsonk! :cool: That is better than poetry!...

    dawsonk!

    :cool:

    That is better than poetry! Thank you so very much...
  22. Brilliant. You make it look easy. Now I'm trying...

    Brilliant. You make it look easy. Now I'm trying to add a tween to the translations... Is that even possible?

    Thanks!
  23. Nice fix on the background click! I was going in...

    Nice fix on the background click! I was going in the wrong direction on that one, using an invisible button...

    Here are pics:
    71855
    71856
    71857
    71858

    The first shows configuration of...
  24. hmmm... there is a strange behaviour on...

    hmmm...

    there is a strange behaviour on flipping. Set the rotation to 90 degrees. Select more than one object and rotate once, then flip grouped objects, and you'll see what I mean...
    Any ideas?...
  25. Just wow. Thanks indeed! Flashkit (and all...

    Just wow. Thanks indeed!

    Flashkit (and all who sail in her) for president...
Results 1 to 25 of 64
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center