A Flash Developer Resource Site

Search:

Type: Posts; User: Danskeren

Page 1 of 11 1 2 3 4

Search: Search took 0.06 seconds.

  1. I figured out, that you can just move the Bitmaps...

    I figured out, that you can just move the Bitmaps position right after adding it to the MovieClip.

    Thankyou for your help!

    I will stop spamming in this thread now :)
  2. I found out, that it DOES rotate. I just messure...

    I found out, that it DOES rotate. I just messure in radians and rotation is messured in degrees :)

    Do you know how I can specyfi the center of the bitmap when rotating it?
  3. I have now tested what you told me to do, and I...

    I have now tested what you told me to do, and I works fine.

    What would be the easiest way to make the bitmap rotate, when i manipulate the rotation-properti of my movieClip?

    Right now, the...
  4. Hey Haptic Sorry fro confusing you. What your...

    Hey Haptic

    Sorry fro confusing you. What your answred was exactly what i needed to hear. Thankyou SO much :D I will go test it right away.

    I see you use MyBitmapData as a class, than...
  5. how do I create a new instance of an image in the...

    how do I create a new instance of an image in the library with linkage?
  6. Create MC dynamically and use image from library

    I us flash CS4, AS 3.0

    I would like to make a class deriving from MovieClip and let it use an image from the library.

    How would I load an image from the library dynamically and use it on my...
  7. Replies
    2
    Views
    505

    Anyone who knows how to fix this problem? And...

    Anyone who knows how to fix this problem? And besides - when running i fullscreen, the key press registration doesnt work at all.
  8. Replies
    2
    Views
    505

    It turns out, that if I add a button, then after...

    It turns out, that if I add a button, then after clicking on the button, the keys work. When clicking somewhere outside to button the keylistening seems to be disabled.

    I added a button to my...
  9. Replies
    2
    Views
    505

    problems with keypress

    I use this code to register key presses:

    var keys:Array = new Array(256);
    addEventListener(KeyboardEvent.KEY_DOWN, keyPressed)
    addEventListener(KeyboardEvent.KEY_UP, keyReleased)
    function...
  10. Replies
    4
    Views
    502

    Yes. In theory the garbage collector removes all...

    Yes. In theory the garbage collector removes all objects than cant be traced from the main thred through references (No matter how many). Reality can sometimes be a little different, cause a garbage...
  11. Well can I see some source code or could you show...

    Well can I see some source code or could you show me the .fla? Then I can take a look at it.
  12. It seems to me that the problem is inside this...

    It seems to me that the problem is inside this function:

    at icvfx.utilities::Background/drawHalfTone()

    And that you are trying to access and object INSIDE if your BackgroundObject, which has...
  13. Replies
    4
    Views
    502

    Even though you have two objects pointing to each...

    Even though you have two objects pointing to each other, if there are no pointers leading to one of the objects, starting from the main thread, then the garbage collector will (should) discover this...
  14. Replies
    3
    Views
    498

    Can it really be true, that this is not solvable...

    Can it really be true, that this is not solvable in flash? :(
  15. Replies
    3
    Views
    498

    I dont think that link solves my problem. I want...

    I dont think that link solves my problem. I want to write some text on my dynamical painting. Not to move around an object.
  16. Replies
    3
    Views
    498

    Drawing af String using Graphics

    Is it possible to dynamically draw a text string the same way as you can draw a line or a shape using the Graphics Object?

    I have to draw strings dynamically in a coordinate system. I use AS 3.0....
  17. Replies
    7
    Views
    476

    Thankyou :) Yes it is kinda the same...

    Thankyou :)



    Yes it is kinda the same genre. How does filter works? Never worked with it myself.
  18. Replies
    7
    Views
    476

    Im sorry that your firefox crashed. Firefox has...

    Im sorry that your firefox crashed. Firefox has som issues loading java applets from time to time. Try again - i guess you were just unlucky. Just loaded it in Firefox myself.
  19. Replies
    7
    Views
    476

    Performance and AS 3.0 - Check this out

    It has been over a year since I last time logged in at this forum, I see.

    I wanted to learn about AS 3.0 (Which is awesome and feels much more like 'real programming languages' than 2.0 does)....
  20. Replies
    3
    Views
    423

    what if the data was stored using af txt-fil? I...

    what if the data was stored using af txt-fil? I guess writing would still require some website-code?
  21. Replies
    3
    Views
    423

    Is this possible in flash?

    I would like to know if it would be possible to make this using flash?:

    http://84.238.15.101/
  22. Thread: ryer.dk

    by Danskeren
    Replies
    5
    Views
    649

    lol - I made everything from scratch.

    lol - I made everything from scratch.
  23. Thread: ryer.dk

    by Danskeren
    Replies
    5
    Views
    649

    ryer.dk

    Flash people are some of the best webdesigners. Thats why I ask you to comment my website: http://www.ryer.dk

    What you think?

    Any suggestions for improvements are appreciated.
  24. Replies
    2
    Views
    627

    Can you tell what the title of sound track 2 is?...

    Can you tell what the title of sound track 2 is?
    Is some sort of black girl rapper style. Its very good :)
  25. Replies
    12
    Views
    632

    Now i fixed the game to require a typed name to...

    Now i fixed the game to require a typed name to play. I also removed all highscores with the name "Your name" :)
Results 1 to 25 of 270
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center