A Flash Developer Resource Site

Search:

Type: Posts; User: beavykins

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,194

    textfield blur/unfocus?

    Hi,

    I am having a problem with some text, it has some <a> tags in which when you hiver over the text change colour, the problem is that these are the same size as the actual movieclip themselves,...
  2. Replies
    0
    Views
    252

    [F8] read attributes of xmlDecl

    Hi, I am loading an XML file into flash, I have added an attribute to the xmlDecl that I then want to use later as a title, for example <?xml version="1.0" encoding="utf-8" title="badgers"?>. I can...
  3. [F8] Alpha movieclip as if it were flat rather than layers

    Hi, Im tweening a movieclip that contains different layers, the problem is that when they are alphered you can see through each layer into the next. is there some code I can add that will make it...
  4. Replies
    2
    Views
    475

    dont worry ive fixed it!

    dont worry ive fixed it!
  5. Replies
    2
    Views
    475

    Here is an example of the code i am using if it...

    Here is an example of the code i am using if it helps...



    spring = 0.2;
    friction = 0.2;
    vx = 0;
    position = 0;

    _root.leftArrow.onRelease = function(){
  6. Replies
    2
    Views
    475

    rotate to angle - smallest distance

    Hi,

    I need to have a button that once cliked rotates a circle 45degrees each time its clicked, I have this working but when it gets to over 180degrees instead of rotating nicely another 45 in the...
  7. [F8] duplicateMovieClip created with actionscript problem

    Hi, I have created a movieClip with actionscript and I am trying to duplicate it, but it isn't working and I can't figure out why.

    this is the code I am using.

    duplicateMovieClip(_root.myMc,...
  8. image pixelation when shrunk (even with smoothing)

    Hi,

    I have some high res images that I am zooming in and out of, I have smoothing enabled that works fine when zooming in on the image, but when I zoom out and make the image smaller it pixelates...
  9. Replies
    3
    Views
    292

    Excellent!!!!!!!!! thats exactly what I...

    Excellent!!!!!!!!!

    thats exactly what I needed, cheers!
  10. Replies
    3
    Views
    292

    Rounding a number to a multiple

    Hi,

    Does anybody know how I would round a number to a multiple of a number?
    for example I want to round a number up or down so that it is always a multiple of 316. So if it was 312 it would round...
  11. ok im making a gallery, its going to grab images...

    ok im making a gallery, its going to grab images from xml so the number will change. it places the first image in the middle and then the second one to its right, third to its left etc etc so that...
  12. Sorry I just realised, the order the array needs...

    Sorry I just realised, the order the array needs to be in depends entirely on which mc is selected. the example I used was the starting point. but for example if 5 was selected the array would need...
  13. I probably didnt explain it very well, and...

    I probably didnt explain it very well, and thinking about it I may not need to do it using its coordinates.

    say there are 10 movieclips, number 1 starts in the middle, then 2 is to its right, 3 is...
  14. [F8] Sorting next higher/lower value from array

    Hi, My brain has gone really dead on this.

    I am generating an array of movieclips and I need to set the width of the movieclips around the selected movieclip so that they get smaller the further...
  15. Replies
    0
    Views
    442

    [AS2] Find nested within component

    Hi,

    I have this script that finds the names of nested movieclips, I want something similar that will look inside a component and tell me the movieclips/object names. When I use this script with...
  16. Replies
    6
    Views
    454

    Thanks mod dog for your help, With some trial...

    Thanks mod dog for your help,

    With some trial and error I managed to write something that works.

    basicly I set up 2 for loops, 1 set the numbers from 1 - 30 for the buttons and the xml...
  17. Replies
    6
    Views
    454

    Attached is a simple version of what im doing. ...

    Attached is a simple version of what im doing.

    You can see through the actions that there would be a lot of actions for the buttons especialy when you consider that there will be 30 columns with 8...
  18. Replies
    6
    Views
    454

    Thanks for the help, but I don't think its...

    Thanks for the help, but I don't think its working.
    I have changed the buttons rows to:
    btn_0a, btn_1a, btn_2a,

    btn_0b, btn_1b, btn_2b,

    btn_0c, btn_1b, btn_2c,

    but the buttons don't...
  19. Replies
    6
    Views
    454

    [AS2 in CS3]combining multiple actions into one

    Hi, I have had a look around for an answer to this but not managed to find what I need. not sure what to search for exactly.

    I have an xml file which i am loading into flash. I then have these set...
  20. Replies
    3
    Views
    830

    Excellent thanks! I thought it would be...

    Excellent thanks!

    I thought it would be something like that, I actually tried * 0.25 / 0.25 which but i didn't think to switch it round the other way...

    Thanks again,
  21. Replies
    3
    Views
    830

    Math.round 0.25 0.5 0.75

    Hi,

    I am trying to round of a number so that it displays as 1, 1.25, 1.5, 1.75, 2 etc
    I have it rounding off to 2 decimal places with:

    temp = Math.round(temp * 100) / 100;

    but thats not...
  22. Replies
    1
    Views
    480

    loadmovie help

    Hi, I think this should be an easy question but its something i cant find out how to do...

    I have a movie that loads into another movie, inside that movie is another holder that i want to load...
  23. Replies
    1
    Views
    305

    loadMovie frame number?

    Hi,

    I have setup a movie to load another move into a holder when a button is clicked, that works fine, what i really need though is to have the button load the movie and go to a frame number/label...
  24. Replies
    0
    Views
    709

    preloading parts of a video

    Hi, Is it possible in flash to only loading the first few frames of a movie, then when some data is entered jump to a set point in the clip but only load say a 5 second section of that video, without...
  25. Replies
    5
    Views
    372

    Ok thanks, that 'seems' to work, in that it plays...

    Ok thanks, that 'seems' to work, in that it plays the movieclip, but where do i put the command that i want to do?
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center