A Flash Developer Resource Site

Search:

Type: Posts; User: claphamr

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    377

    what actions have you put on you buttons? show...

    what actions have you put on you buttons?
    show me the script
  2. Replies
    3
    Views
    422

    It will work according to whatever the current...

    It will work according to whatever the current size is.

    In my example i used the onClipEvent (enterFrame) handler which means that you could have your object constantly shifting size and it will...
  3. Replies
    3
    Views
    422

    er... if i understand you properly, you should...

    er...

    if i understand you properly, you should be able to do a hit test without knowing or stating any co-ordinates.

    i.e

    onClipEvent (enterFrame){
    if...
  4. Replies
    2
    Views
    456

    Why wont this work?????

    :smoov:

    Hi.

    This should be really simple.

    I have a movieclip with about 10 frames. on each frame is a different picture and a "stop" action.

    I also have 10 buttons which take users to a...
  5. Replies
    1
    Views
    763

    hi, you know all the cool sound loops in FK??...

    hi,

    you know all the cool sound loops in FK??
    How do i download them? when i click on the download button
    it just starts playing the loop in quicktime.

    Cheers
  6. Replies
    1
    Views
    424

    Hi, in the past i have made those sliders that...

    Hi,

    in the past i have made those sliders that set values, kind of like the ones for brush sizes in Photoshop.

    What i want to do now is make a rotational one, like the volume control on a...
  7. Replies
    3
    Views
    575

    Hi, try this tutorial ...

    Hi, try this tutorial

    http://www.kirupa.com/developer/actionscript/random.asp

    I found it very useful

    Hope it helps
  8. Thread: accelerate

    by claphamr
    Replies
    2
    Views
    456

    cheers

    cheers
  9. Thread: accelerate

    by claphamr
    Replies
    2
    Views
    456

    Hi, I have a variable called "speed" in an...

    Hi,

    I have a variable called "speed" in an onClipEvent (enterFrame) tag.

    presently this variable is set to the value of 5, but i want it to increase by 2 on every loop.

    Does anyone know how...
  10. Replies
    3
    Views
    445

    Brilliant....Thanks, works perfectly

    Brilliant....Thanks, works perfectly
  11. Replies
    3
    Views
    445

    Hi, Let me try and explain this.... I have...

    Hi,

    Let me try and explain this....

    I have a movie clip which contains a different photo on each frame.

    I want to make a button that makes this movie clip move forward one frame every time...
  12. Replies
    8
    Views
    842

    this works perfectly...thanks for all your time.

    this works perfectly...thanks for all your time.
  13. Replies
    8
    Views
    842

    Hi, Ideally, i want the movieclip to move 100...

    Hi,

    Ideally, i want the movieclip to move 100 pixels along a random angle.

    Thanks for all you help, though. If i'd known all that stuff we learned in maths would have come in usefull some day,...
  14. Replies
    8
    Views
    842

    cheers jayhoo, Will this script make it stop...

    cheers jayhoo,

    Will this script make it stop after it has travelled 100 pixels? Or di i need to add something?
  15. Replies
    8
    Views
    840

    hmmm, you could try putting the values into a...

    hmmm,

    you could try putting the values into a variable, eg:

    shadowHeight = _root.holder._xscale;
    shadowWidth = _root.holder._yscale;


    _root.shadow_mc._xscale = shadowHeight;...
  16. Replies
    8
    Views
    840

    Hi, How about: _root.shadow_mc._xscale =...

    Hi,

    How about:

    _root.shadow_mc._xscale = root.holder._xscale;
    _root.shadow_mc._yscale = root.holder._yscale;
  17. Replies
    8
    Views
    842

    Hello, I have a movieclip which i move across...

    Hello,

    I have a movieclip which i move across the stage with actionscript.

    There are 3 frames.

    Frame 1 has the follwing action:

    stop();
  18. If the button makes another movieclip play in a...

    If the button makes another movieclip play in a different part of the movie, make sure that the actions you have assigned to the button are still there in the new section.
  19. Replies
    5
    Views
    541

    hi, This still won't work, what i'm trying to...

    hi,

    This still won't work, what i'm trying to do is this:

    This script is placed in a frame.

    if (_root.score>_root.scoretable.SCORE9) {
    tellTarget ("_root") {
    gotoAndPlay...
  20. Replies
    5
    Views
    541

    Thanks, i'll give that a go. One thing I maybe...

    Thanks, i'll give that a go.

    One thing I maybe should have mentioned:

    "SCORE9" gets its value from a PHP file. Does that make a difference??

    Thanks again
  21. Replies
    5
    Views
    541

    Hi, Here is my problem. I have a movie clip...

    Hi,

    Here is my problem.

    I have a movie clip called "scoretable". Within this movie clip is a dynamic text field called "SCORE9"

    I want to call the value of "SCORE9" from the root of the...
  22. Replies
    2
    Views
    493

    Hi This is my annoting problem: I have a...

    Hi

    This is my annoting problem:

    I have a movie clip called "scoretable". In this movie clip there are a number of dynamic text fields. One of these text fields has the variable name "SCORE9"
    ...
  23. Replies
    4
    Views
    492

    Excellent, Thanks. Both of the variables will...

    Excellent, Thanks.

    Both of the variables will have a value already.

    Cheers for the help
  24. Replies
    4
    Views
    492

    Thanks for that answer. If i wanted to make it...

    Thanks for that answer.

    If i wanted to make it so that anything equal to, or less
    than "Variable_2" got diverted to frame 3, could i leave the first bit of code as it is and then change the last...
  25. Replies
    4
    Views
    492

    Hi What would the correct actionscript for the...

    Hi

    What would the correct actionscript for the following.

    on mouse release
    if "Variable 1" is greater than "variable 2"
    go to and play frame 2

    if "Variable 1" is less than "variable 2"
    go...
Results 1 to 25 of 61
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center