A Flash Developer Resource Site

Search:

Type: Posts; User: cancerinform

Page 1 of 20 1 2 3 4

Search: Search took 2.26 seconds; generated 40 minute(s) ago.

  1. Replies
    0
    Views
    5,083

    Flash and Blender

    Hi everybody,

    long time no see. I was only occasionally here also, because I did not do anything with Flash for quite some time, but recently I started again, because I wanted to create simple...
  2. Replies
    14
    Views
    90,608

    XML simply provides data. HTML has defined tags,...

    XML simply provides data. HTML has defined tags, which are recognized by browsers. I have made a website for free for actors, where I am using XML as a flexible data source. I have attached the...
  3. Replies
    109
    Views
    72,071

    I am still alive although for a long time I don't...

    I am still alive although for a long time I don't do Flash any more but Android programming for fun. I am working on a LIBGDX video game. Some people who posted I still know.
    Stay healthy.
  4. You can try to put the hittest into a setinterval...

    You can try to put the hittest into a setinterval function, which is active, when the object is moved.
  5. Replies
    6
    Views
    3,889

    this.parent must be the timeline to remove the...

    this.parent must be the timeline to remove the movieclip. If the animation is inside of another movieclip, it would not work. Also the stop() is very important. You can try to create one more frame,...
  6. Replies
    1
    Views
    6,861

    I would embed flash in the html page and name it,...

    I would embed flash in the html page and name it, what it is, contact.html, about.html etc.
  7. Thread: Nitin Oza

    by cancerinform
    Replies
    1
    Views
    5,918

    You can use a textinput component in combination...

    You can use a textinput component in combination with a submit button (component). Then you have the following script:

    import fl.controls.TextInput;
    import fl.controls.Button;
    import...
  8. Replies
    6
    Views
    3,889

    In the last frame of your MovieClip place these...

    In the last frame of your MovieClip place these two lines:

    stop();
    this.parent.removeChild(this);

    This will remove the MovieClip after the animation.
  9. Replies
    1
    Views
    5,006

    Use rotation, for example ...

    Use rotation, for example
    trace(myClip.rotation);

    //Then you create a variable:
    var clipRot:Number = myClip.rotation;
    //Use an if statement to narrow the rotation to 0-45
    If(clipRot > 0 &&...
  10. Replies
    6
    Views
    3,889

    Do you have a class for your MovieClip or simply...

    Do you have a class for your MovieClip or simply frame to frame animation?
  11. Thread: ios

    by cancerinform
    Replies
    5
    Views
    15,313

    Moved to "Flash for mobile devices".

    Moved to "Flash for mobile devices".
  12. Replies
    109
    Views
    72,071

    How is everybody? It's like going back in time.

    How is everybody? It's like going back in time.
  13. Replies
    15
    Views
    14,456

    And there is cancerinform ;)

    And there is cancerinform ;)
  14. Replies
    1
    Views
    1,544

    Warning: Did you give names like "Spider" on the...

    Warning: Did you give names like "Spider" on the timeline to any existing objects? The warning is not obvious from the script.

    Line 46,47: You probably called movieclip classes Spider1 and...
  15. You probably have no other choice than to make a...

    You probably have no other choice than to make a MYSQL database with one table for each letter and then connect that to your movie using php. You can use of course XML files, but they will be very...
  16. Replies
    1
    Views
    1,319

    First you need a texteditor. This is not for...

    First you need a texteditor. This is not for android. So you need to make changes:

    http://flashscript.biz/flashas3/biz/adobeair/TextEditor.html

    Then you need to couple that to a local database....
  17. That was just an example. Of course you can...

    That was just an example. Of course you can associate anything.

    var dic:Dictionary = new Dictionary();
    dic["to laugh"] = "load expression of enjoying something";
    trace(dic["to laugh"]);//load...
  18. You should make use of the Dictionary class,...

    You should make use of the Dictionary class, because you can associate one string to another and delete items easily.

    var englishGerman = new Dictionary();

    englishGerman["German"] = "Deutsch";...
  19. Everything can be done in Flash. I made an...

    Everything can be done in Flash. I made an application, where a video is analyzed. Check lesson 6 "Video analysis". You need to use a timer and take Bitmaps of the Video as if you draw a new Bitmap...
  20. Replies
    6
    Views
    2,569

    You use the BitmapData class: getPixel() for...

    You use the BitmapData class: getPixel() for example. Check here:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/BitmapData.html
  21. FROM THE MODERATOR: We are here to help each...

    FROM THE MODERATOR: We are here to help each other. If that is done or tried (even not successful) that is the purpose of this forum. I don't want to see any insults or any kind of jealousy. This is...
  22. Replies
    1
    Views
    6,459

    According to the Actionscript reference the...

    According to the Actionscript reference the worker class is fine in Adobe AIR and then you should be able to use the File class.
  23. Replies
    7
    Views
    7,849

    It looks very quiet here. I was also out for some...

    It looks very quiet here. I was also out for some time. Thanks for starting the "Hey" thread. I am retired from my job at the University now, do a lot of sports (running, zumba and yoga), Flash and...
  24. Replies
    26
    Views
    7,522

    I rename it and call it a "Toilette Thread"...

    I rename it and call it a "Toilette Thread" (Splash sh sh sh).
  25. Replies
    3
    Views
    2,290

    When flash knows the dimensions of the image, the...

    When flash knows the dimensions of the image, the image is usually loaded. Probably your image is really big in terms of mb. Either reduce the size of your image or use an additional timer, which...
Results 1 to 25 of 495
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center