A Flash Developer Resource Site

Search:

Type: Posts; User: duotwr

Page 1 of 7 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    21
    Views
    2,430

    I wonder how many guys give up ciggies on the...

    I wonder how many guys give up ciggies on the basis of having a complaining partner! Certainly was a factor with me.

    Funny you feel that you never disliked it. I really didn't like smoking in a...
  2. Replies
    21
    Views
    2,430

    Dr. Hindsight strikes again.... Yeah, I...

    Dr. Hindsight strikes again....

    Yeah, I thought I knew, but didn't realise the extent of it. I'm the first person to admit that it's stupid, it's that point of view that's helped me to stop.
    ...
  3. Replies
    21
    Views
    2,430

    HA! Nobody decides to become a smoker. It's...

    HA!

    Nobody decides to become a smoker. It's nicotine addiction. Surprisingly easy to fall into. I got into fags through smoking pot. No problem stopping smoking pot, but by that time I was on...
  4. Replies
    21
    Views
    2,430

    Good luck with the stopping smoking. Stopped...

    Good luck with the stopping smoking.

    Stopped on Friday night, that's me up to about three and a half days. No patches or anything.

    I read the Allan Carr book, which is (in my opinion)...
  5. Replies
    3
    Views
    1,222

    Aha!

    Ha,

    might have worked this out, here's a function I ripped of from some VB code. Not sure if it's 100%, but initial tests seem to be OK. Haven't got a clue how it works, never really understood...
  6. Replies
    3
    Views
    1,222

    Yeah, the basic functions only round to whole...

    Yeah, the basic functions only round to whole integers. There are straightforward methods of roundng to a set number of decimal points, but it's rounding to significant figures that is the problem.
    ...
  7. Replies
    3
    Views
    1,222

    rounding to significant figures

    Hi,

    I'm writing a Flash thingie that is based on an Excel spreadsheet (geez, loadsa maths) but there's a problem with rounding.

    Excel, by default or otherwise, is rounding all values to ten...
  8. Replies
    1
    Views
    516

    buttons in movieclips

    Quick question,

    I want to put a button inside a movieclip. The mc has an onclipEvent(enterFrame) event on it, and it seems to stop the button being active. Is this how it normally works? Anyone...
  9. Thread: buttons

    by duotwr
    Replies
    1
    Views
    423

    buttons

    Hi,

    I've got some control buttons which I want to play a mive when the mousebutton is held down. THe MC should stop when you release the mouse button. Problem is that the movie doesn't recognise...
  10. will this work?

    Hi,

    was looking into a similar problem. Came out of problems with the hitTest function on rotating rectangles, decided it might be easier to look for intersecting lines. Anyway, found this...
  11. Replies
    3
    Views
    579

    IT's OK!! got it sorted out. looked like being...

    IT's OK!!

    got it sorted out. looked like being a major stumbling block, but have found a neater way of doing it.

    Thanks

    Keith
  12. Replies
    3
    Views
    579

    sorry, you misunderstand me. The barriers are...

    sorry, you misunderstand me. The barriers are within the tile, but they don't occupy the whole thing, there may be one or more barriers within a single tile. It was a system to hepl avoid having to...
  13. Replies
    3
    Views
    579

    Hiya, got a wee problem here, driving me mad....

    Hiya,

    got a wee problem here, driving me mad.

    I've got a movieclip of a vehicle, driving about an area. On the smae level I have an mc for a tile, and within this a mc for a barrier. Now I'm...
  14. Replies
    0
    Views
    407

    Hi, posted this in the standalone section as...

    Hi,

    posted this in the standalone section as well, but reckoned it might see a bit more traffic through here.

    was just wondering if anyone out there has succesfully created a screensaver using...
  15. Replies
    0
    Views
    763

    Hi, was just wondering if anyone out there has...

    Hi,

    was just wondering if anyone out there has succesfully created a screensaver using FlashForge, and have it work properly on XP. Problem I'm having is that after the screensaver has kicked in,...
  16. Hiya, sorry, have been away from flashkit for...

    Hiya,

    sorry, have been away from flashkit for a couple of days. Don't have a messenger thingie unfortunately, but I'll see what I can offer.

    Right, couple of things I'd probably do (no...
  17. Replies
    5
    Views
    523

    not entirely sure what the problem is exactly,...

    not entirely sure what the problem is exactly, but some pointers...



    onClipEvent (mouseMove) {
    var radians = Math.atan2(_root._ymouse-_y, _root._xmouse-_x);
    var degrees =...
  18. Replies
    4
    Views
    712

    just a suggestion, why not make an invisible...

    just a suggestion, why not make an invisible button to define the area for the mouse over. You can just put your code to change the movieclips in the rollOver and rollOut button events.

    keith
  19. if you can do a search and replace on your text...

    if you can do a search and replace on your text file before uploading it then use the escape characters detailed in macromedia flash technote #14143.

    Hope this helps

    Keith
  20. Replies
    5
    Views
    548

    hi, your post caught my eye 'cos I was talking to...

    hi, your post caught my eye 'cos I was talking to somebody else about this

    see:

    http://board.flashkit.com/board/showthread.php?threadid=242533


    You can't retrieve a mc's depth value from...
  21. If you get the first section sorted then the...

    If you get the first section sorted then the second part should kind follow from that.

    I've got one technique for this, although depending how many red dots are chasing about then the load on the...
  22. Replies
    2
    Views
    571

    not sure what the question is. If you are...

    not sure what the question is.

    If you are wanting a custom cursor for your page then there are plenty of tutorials kicking about in Flashkit for this. Basically you create your custom cursor,...
  23. Replies
    3
    Views
    663

    this is awkward

    Hi,

    had a similar problem myself. First off, there is no way of retrieving a movieclip's depth property that I know of.

    To get round this I created all my duplicate clips and set up an array...
  24. Replies
    2
    Views
    709

    Hi, thanks for the info, I had found out about...

    Hi,

    thanks for the info, I had found out about using the url and setting variables in the embed and object tags specific to each html page, but, as you say, this'll kill the cache which kinda...
  25. Replies
    2
    Views
    709

    Hiya, couple of quick questions I've been...

    Hiya,

    couple of quick questions I've been wondering about. I'm thinking of building a site using a flash section for navigation. First question is, if I use the same Flash movie in different...
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center