A Flash Developer Resource Site

Search:

Type: Posts; User: rhodesbe

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    10
    Views
    25,669

    If you specified to keep a drawing history when...

    If you specified to keep a drawing history when you create a GraffitiCanvas instance, then you can use the various public properties to manage that history.

    Refer to the online documentation:...
  2. Replies
    10
    Views
    25,669

    Graffiti Library 2.5 is out

    Version 2.5 is out. I've added two new tools:

    Fill Bucket Tool
    Text Tool


    With the addition of the text tool comes an object layer in the library. This will be expanded in the future to...
  3. Replies
    10
    Views
    25,669

    ActionScript 3 Bitmap Drawing Library 1.2 update

    I've updated this library to version 1.2. The big new feature is transparency support for all the tool.

    http://www.nocircleno.com/graffiti/
  4. Replies
    1
    Views
    4,807

    2.5D Experimental Imagery (Flash Player 10)

    Made a Quick Experiment creating funky imagery using 3D planes.

    [Flash Player 10 required]
  5. Replies
    10
    Views
    25,669

    AS3 Bitmap Drawing Library 1.1 update

    I have just updated the Graffiti Drawing Library adding:

    Line and Shape Tools
    Resizable Canvas
    Event notification of History Level change.
    Flood Fill Access
    Get color at point on Canvas
    ...
  6. Replies
    10
    Views
    25,669

    ActionScript 3 Bitmap Drawing Library

    I've just released a new creative commons library. The Graffiti AS3 Bitmap Drawing Library is designed for developers to easily integrate drawing functionality into their ActionScript 3 application....
  7. Replies
    3
    Views
    596

    Great, but if you ever need to use Dynamic or...

    Great, but if you ever need to use Dynamic or Input textfield then use what I said above.
  8. Replies
    1
    Views
    452

    You should use the TextField.text property to set...

    You should use the TextField.text property to set and read the text of a Textfield. The variable really is just a relic of old flash.
  9. Replies
    3
    Views
    596

    You need to embed your font in any dynamic/input...

    You need to embed your font in any dynamic/input textfield if you want a layer mask to show your text. If you don't want to embed the font then you can use actionscript to assign a mask to a...
  10. Replies
    2
    Views
    469

    That is interesting. I'm not sure if you saw my...

    That is interesting. I'm not sure if you saw my post from Friday, but I didn't get any performance increase with something simple I had done. What are you using to draw the particles?
  11. Replies
    7
    Views
    731

    This seems like a bummer, but I'm sure the more I...

    This seems like a bummer, but I'm sure the more I develop with it the performance increases will make themselves apparent. It sounded like the next version of the player may final use hardware...
  12. Replies
    7
    Views
    731

    Sure, but some of the applications I've built can...

    Sure, but some of the applications I've built can be very processor heavy and I want the whole thing to be able to push more objects on the screen. I'm working on apps for myself and don't mind...
  13. Replies
    7
    Views
    731

    Flash 9 Performance

    I'm not sure if anyone else has been playing around with the new Flash 9 Public Alpha, but I've been messing with it a bit. I was hoping to see the performance increases I have been reading about so...
  14. Thanks.

    Thanks.
  15. Can we get a Flash 9 - Actionscript 3 Topic?

    I'm not sure if anyone else is interested, but I've started playing with the new alpha and Actionscript 3 and would like a place to discuss, discover and share. I wasn't sure where to place this...
  16. Replies
    1
    Views
    491

    Buttons can't be used as masks. You can only use...

    Buttons can't be used as masks. You can only use MovieClips, Graphics or a vector shape.
  17. Thread: Panorama

    by rhodesbe
    Replies
    7
    Views
    615

    These are older, but maybe they would help. ...

    These are older, but maybe they would help.

    Flash Pano
  18. var color_str:String = "#FF0000"; var...

    var color_str:String = "#FF0000";
    var numberColor:Number = Number(String("0x" + color_str.substring(1, color_str.length)));
  19. Ok physics is cool right? But not on a website...

    Ok physics is cool right? But not on a website used this way. By the time the blocked stop bouncing, I hand my mouse on the close browser button. The big problem with people trying to develop...
  20. Replies
    3
    Views
    634

    Glyph Trash - Build Images with Fonts

    I just finsihed my newest gernerative art tool. I thought I'd share.

    View Glyph Trash

    Thanks,
    Ben
  21. Replies
    8
    Views
    1,343

    The 8.5 player download doesn't replace the...

    The 8.5 player download doesn't replace the player used when you test a movie from within flash. This has always been a seperate download in the past. I don't expect there will be a 8.5/9 version...
  22. Replies
    8
    Views
    1,343

    This problem seems to be fixed in the new 8.5/9...

    This problem seems to be fixed in the new 8.5/9 flash player.
  23. Thread: bitmapData

    by rhodesbe
    Replies
    12
    Views
    687

    You have to use the draw method for a bitmapData...

    You have to use the draw method for a bitmapData object to make a copy of a MovieClip/Textfield. You can only use the linkID on bitmaps in your library with the loadBitmap method.
  24. Replies
    3
    Views
    433

    1) No 2) It is a seperate format to create swf...

    1) No
    2) It is a seperate format to create swf (flash) projects
    3) No 3D support
  25. Thread: random help

    by rhodesbe
    Replies
    2
    Views
    448

    on(release) { var randomIndex:Number =...

    on(release) {

    var randomIndex:Number = Math.floor(Math.random()*3);

    switch(randomIndex) {

    case 0:
    _root.eck.jimmye._visible = false ;
    ...
Results 1 to 25 of 81
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center