A Flash Developer Resource Site

Search:

Type: Posts; User: Bash_321

Page 1 of 2 1 2

Search: Search took 0.11 seconds.

  1. Replies
    37
    Views
    12,840

    yes, you are right. But for your first method...

    yes, you are right.
    But for your first method to work you need to export your assets not to frame one,
    otherwise this will make the preloader show up only when they are loaded,
    and as f-zero...
  2. Replies
    37
    Views
    12,840

    you can read about it here...

    you can read about it here.
  3. Replies
    1
    Views
    718

    hi, the problem is in your for loop. Just replace...

    hi, the problem is in your for loop. Just replace '<=' with '<'
  4. Replies
    58
    Views
    21,375

    Great job! Would be nice to see something about...

    Great job! Would be nice to see something about how to make hero bigger than tiles. It wouldn't be a big adjustment anyway, just to check more points for collision, not only heroes corners
  5. Replies
    7
    Views
    707

    you are not checking if hes not on a platform...

    you are not checking if hes not on a platform when not jumping. Add another hittest check in both left and right walking code blocks
  6. Replies
    19
    Views
    1,430

    great game for an alpha! i also got the bug when...

    great game for an alpha! i also got the bug when moving the hero.
    would be nice to see the circles around the towers in their aura color, like the hero.
    And the waves are not always increasing in...
  7. Replies
    1
    Views
    468

    well all i can say is that MyNumber >> 2 IS...

    well all i can say is that MyNumber >> 2 IS faster than Math.floor(MyNumber / 4)
  8. Replies
    5
    Views
    562

    its called an rpg, role-playing-game

    its called an rpg, role-playing-game
  9. Thread: Ragdoll?

    by Bash_321
    Replies
    5
    Views
    1,081

    youre welcome :smoov:

    youre welcome :smoov:
  10. Thread: Ragdoll?

    by Bash_321
    Replies
    5
    Views
    1,081

    a tutorial on ragdolls ...

    a tutorial on ragdolls
    http://www.gotoandplay.it/_articles/2005/08/advCharPhysics.php
  11. Replies
    9
    Views
    500

    maybe you just copied the code wrong :) its so...

    maybe you just copied the code wrong :)
    its so simple:


    money = 10
    button.onPress=function(){
    money += Math.round( Math.random()*20 )+1
    textfield.text = "money: " + money
    }...
  12. Replies
    9
    Views
    500

    NaN means not a number. maybe it would better...

    NaN means not a number.

    maybe it would better if you would put this code on the frame:



    money = 10
    button.onPress=function(){
    money += Math.round( Math.random()*20 )+1
    ...
  13. Cool, but could also use some kind of menu

    Cool, but could also use some kind of menu
  14. Replies
    12
    Views
    2,150

    the pixelish gradients are so cool!

    the pixelish gradients are so cool!
  15. thank you. Your script is working fine, but i've...

    thank you. Your script is working fine, but i've found out that there was an other problem. The images propertie in the library were set to photo(jpg), so it blured the image. I chaged to loseless...
  16. yes flash, with a graphics editing program it...

    yes flash, with a graphics editing program it would be like 1sec and done :)

    yes that file,ofcourse i have flash 8.


    I now understand that i had to explain clearer. I have a bitmapData...
  17. but i need to make the background transparent. I...

    but i need to make the background transparent. I think i saw a example by senocular doing that.
  18. [help]Making the bitmap background transparent

    i have a sprite sheet, and all sprite's backgrounds are black. I was trying to use the treshhold, but it always seems to do nothig or make a half of my sprite transparent. Can anyone help me...
  19. Replies
    2
    Views
    595

    Thanks!!!!

    Oh thank,thank you:)! you have some real cool downloads in your site.
  20. Replies
    2
    Views
    595

    How to change controlls?

    Hi, i'm making a game and i need to make that players could change the controlls.Maybe i should somehow do it with Key.addListener().
    Any help very very appreciated!:)
  21. Replies
    1
    Views
    396

    I think you will find what you need here:):...

    I think you will find what you need here:): http://www.flashkit.com/search.php?cat=movies&per=10&page=1&field=Description&term=guestbook
  22. Replies
    1
    Views
    567

    i dont realy know fireworks but heres a nice...

    i dont realy know fireworks but heres a nice place for you: http://www.fwzone.net/categories.asp?TypeId=2
  23. Replies
    5
    Views
    573

    Make your hero able to move only if some variable...

    Make your hero able to move only if some variable is equal to true. Then make that if you press space the variable is set false and make him not visible, make car movement variable true, make the not...
  24. Replies
    4
    Views
    476

    Captivate

    Macromedia have made Captivate. I dont know if it works on apple.
  25. Replies
    8
    Views
    879

    Nice game!My fps was 25 and when i made it high...

    Nice game!My fps was 25 and when i made it high quality it was 23:)
Results 1 to 25 of 35
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center