A Flash Developer Resource Site

Search:

Type: Posts; User: zompo

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,303

    Hehe english, or spelling in general issnt my...

    Hehe english, or spelling in general issnt my strong side. Thanks for pointing it out, will change it in the next version :)
  2. Replies
    2
    Views
    2,633

    Here is some good links for code optimizing ...

    Here is some good links for code optimizing

    http://gamedevjuice.wordpress.com/2008/02/15/seven-tips-about-performance-optimization-in-actionscript-3/
    ...
  3. Replies
    2
    Views
    422

    Hello there, Try to change if...

    Hello there,

    Try to change



    if (haveXML.card.(@ref == data.ref)) {


    to
  4. Thread: The Dregs of War

    by zompo
    Replies
    121
    Views
    15,882

    Great work, I like the exploding effect and as...

    Great work, I like the exploding effect and as mentioned before its cool that it counts down in the hand.

    What I would like is that when you hold down the throw key you would be able to decide how...
  5. Replies
    4
    Views
    1,099

    Flash media server maybe. ...

    Flash media server maybe.

    http://www.adobe.com/devnet/flashmediaserver/articles/beginner_audio_fms3.html

    Here is a open source flash server

    http://osflash.org/red5
  6. Yes, you can either load the quotes from the...

    Yes, you can either load the quotes from the server as a xml and display them randomly, or you could store them in a array in the movie clip, then have a dynamic textfield display one of the guotes...
  7. Replies
    3
    Views
    1,263

    I guess you have a enter_frame listener that...

    I guess you have a enter_frame listener that updates stuff on the map.

    I would add a pause function that stops stuff on the map from updating, so when a random battle hits just pause it (either...
  8. Replies
    1
    Views
    414

    Here is a good page to get you started: ...

    Here is a good page to get you started:

    http://www.republicofcode.com/tutorials/flash/as3xml/
  9. Replies
    27
    Views
    4,703

    Looks good, i like the hero effects :) Mine runs...

    Looks good, i like the hero effects :) Mine runs steady at 31 fps
  10. Replies
    2
    Views
    607

    var backGr0:Sprite = new Sprite(); ...

    var backGr0:Sprite = new Sprite();

    backGr0.graphics.lineStyle(0,0xFFFFCC);

    backGr0.graphics.beginFill(0x000000);

    ...
  11. Replies
    3
    Views
    1,413

    Hi there, I think you need to start by...

    Hi there,

    I think you need to start by uploading the AC_RunActiveContent.js script to the server, to a folder named "Scripts"

    http://www.manifestdesign.net/Scripts/AC_RunActiveContent.js <-...
  12. Replies
    2
    Views
    2,303

    Bombwar, help with game balance

    Hi there,

    I would need some help to balance my game Bombwar, and to get some early feedback. I have now released a alpha version and need some people to test it out.

    Screenshot:...
  13. Thread: Beer

    by zompo
    Replies
    43
    Views
    9,459

    Old speckled hen, Red stripe, Corona

    Old speckled hen, Red stripe, Corona
  14. Replies
    21
    Views
    6,120

    Your lucky he even talked to you bastards! JUST...

    Your lucky he even talked to you bastards! JUST LEAVE GSHOCK ALONE!!!! PLEASE!!
  15. You need a new bitmapData for every frame. try...

    You need a new bitmapData for every frame. try this



    function takephoto(e:MouseEvent):
    void {
    var bd:BitmapData = new BitmapData(screenS.rect.width, screenS.rect.height);
    bd.draw(vid) ;...
  16. Replies
    7
    Views
    1,979

    This is one of my biggest problems. I'v started a...

    This is one of my biggest problems. I'v started a few big projects but have never gone past the 80% finish line, when I look at the project I often know I can do it better.

    This dose apply to both...
  17. Looks good, I think the fighting need some work...

    Looks good, I think the fighting need some work though, its hard to get the player to stand infront of the guy I want to hit. And it feels weird that a enemy can get hit with the kick after the leg...
  18. Replies
    7
    Views
    3,241

    ok, no Ill post in the other thread

    ok, no Ill post in the other thread
  19. Thread: Virtual folders?

    by zompo
    Replies
    11
    Views
    1,325

    You should make the check in showprofile.php,...

    You should make the check in showprofile.php, check if the user exists in the database and if it doesnt then change the location to 404.html.
  20. Flash8 You can't write to the xml file directly with...

    You can't write to the xml file directly with just actionscript, you will need a server script to do that for you. It doesnt need to be PHP though, if php issnt supported on your web server its...
  21. Replies
    4
    Views
    1,467

    Yeah, very nice and cleen. One thing I would...

    Yeah, very nice and cleen.

    One thing I would change if it was my portfolio is the "selected work startpage", the one with all the thumbnails. I would remove all the margins around the images, but...
  22. Replies
    5
    Views
    1,682

    I think it looks sweet. Only thing i think you...

    I think it looks sweet. Only thing i think you should change is the arrows on the flash slider (the red ones), everything on the site is flat and cleen so bevel and such on the arrowbuttons looks a...
  23. Replies
    4
    Views
    600

    No need for the mcBGMain., mcPinkBalloonOutline...

    No need for the mcBGMain., mcPinkBalloonOutline is a variable, so try this



    // Wrong
    // mcBGMain.mcPinkBalloonOutline.visible = false;
    // This should work
    mcPinkBalloonOutline.visible =...
  24. Replies
    54
    Views
    8,399

    Angelina Jolie für sure!

    Angelina Jolie für sure!
  25. Replies
    9
    Views
    972

    haha yeah, thats probably the best way to solve...

    haha yeah, thats probably the best way to solve it ;D
Results 1 to 25 of 155
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center