A Flash Developer Resource Site

Search:

Type: Posts; User: drakesword

Search: Search took 0.06 seconds.

  1. Replies
    7
    Views
    5,062

    Look what i found...

    Look what i found
    http://www.gotoandplay.it/_articles/2005/06/pathClass.php
  2. Replies
    3
    Views
    2,547

    What if the floor is angled and the ball falls...

    What if the floor is angled and the ball falls onto it it shouldnt bounce back up it should bounce the angle oppisit of the angle between its motion and the tangent of the surface
  3. Thread: help!

    by drakesword
    Replies
    4
    Views
    1,614

    Still we need to know what you are trying to...

    Still we need to know what you are trying to calculate
  4. Replies
    2
    Views
    1,828

    try this...

    try this
    http://www.woodweb.com/knowledge_base/Calculating_RadiansChords.html
  5. Replies
    7
    Views
    5,062

    Ever find a solution to this? I was thinking...

    Ever find a solution to this?

    I was thinking of finding the tangent of the colliding surfaces and the angle between them for deflection.

    Any ideas on how this can be done?
  6. Replies
    6
    Views
    465

    is it a game or animation?

    is it a game or animation?
  7. wat about increasing framerate and lowering...

    wat about increasing framerate and lowering animation speed
  8. Replies
    5
    Views
    433

    i dunno if this will apply to you but movieclips...

    i dunno if this will apply to you but movieclips dont need to have an added keyListiner

    try

    onClipEvent(keyDown)

    onClipEvent(keyUp)

    onClipEvent(keyPress)
  9. try declaring it like this... var FirstName =...

    try declaring it like this...

    var FirstName = new Array();
    var LastName = new Array();
    var Address = new Array();

    then when you want to add sompthing you go like this

    FirstName[index] =...
  10. Replies
    1
    Views
    312

    take a look at this its pretty simular ...

    take a look at this its pretty simular
    http://www.flashkit.com/movies/Scripting/Physics/magnetis-gtz_bk-3944/index.php
  11. Replies
    0
    Views
    268

    compile script within movie

    ok this seems a bit diffacult to explain but here it goes...

    i want to make a flash movie that allows people to write code in a text field and then the movie then compiles it and runs it.

    what...
  12. Replies
    0
    Views
    341

    problem with FPSContoller

    ok i have movieclip that gets another swf on the first frame i used the FPSController and linked it to the holder but it will not work.

    do you think if a attach the fps controller to the _root of...
  13. Replies
    4
    Views
    486

    ok i have the same problem when loading swfs...

    ok i have the same problem when loading swfs
    when i load it again it usually fixs it
  14. Replies
    4
    Views
    846

    the correct file should be a .mxp then use...

    the correct file should be a .mxp then use macromedia extension manager to add it
    check the macromedia exchange
  15. Replies
    4
    Views
    846

    ok i have a bunch of little movie clips and 1 big...

    ok i have a bunch of little movie clips and 1 big one
    when you click the little ones it loads the movie clip you clicked on in the big one... i used the FPS counter to controll the speed. theres no...
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center