A Flash Developer Resource Site

Search:

Type: Posts; User: The FlashMaster

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    532

    thanks man :)

    thanks man :)
  2. Replies
    4
    Views
    532

    i want to make guestbook :) i got windows server...

    i want to make guestbook :) i got windows server :) show me the code :)
  3. Replies
    4
    Views
    532

    XML Adding Object

    Hello :) I got a problem and i hope you can help me :)

    So, i got an XML file:
    <?xml version="1.0" encoding="iso-8859-1"?>

    <users>
    <user>
    <name></name>
    <subject></subject>...
  4. Replies
    10
    Views
    5,080

    obj.startDrag(true);...

    obj.startDrag(true);
    this.addEventListener(Event.ENTER_FRAME, frame);
    function frame(e:Event){
    trace(obj.x + "," + obj.y);
    }

    This is working ;)
  5. Replies
    1
    Views
    557

    Flash Database

    Hi... have made a long game, so it's inpossible to complete the game in one day... so i want to make save button, but not with shared object... i want to write the score in some file... something...
  6. Replies
    4
    Views
    547

    well i don't now whats instance name you are...

    well i don't now whats instance name you are using :D
  7. Replies
    4
    Views
    547

    try with this: sitecontent.currentpage="type";

    try with this:

    sitecontent.currentpage="type";
  8. Replies
    10
    Views
    1,593

    Right... the animation is looping on every...

    Right... the animation is looping on every click... i will try to fix that...
  9. Replies
    10
    Views
    1,593

    No, it's not possible to lose... and if you click...

    No, it's not possible to lose... and if you click the balloon more times you don't get illegal points... :)
  10. Replies
    4
    Views
    1,092

    var bullet =...

    var bullet = _root.attachMovie("nameOfAnyMovieClip", "nameOfMovieClip"+n++, _root.getNextHighestDepth());

    i can see that you are newbie in flash, so first learn the language, and then make games ;)
  11. Replies
    5
    Views
    3,419

    ok, than... you don't need to that... i got all...

    ok, than... you don't need to that... i got all animations for my projects, so this is optional animation... anyway thanks :D
  12. Replies
    15
    Views
    15,971

    Now we are 2010, the first post is in 2002... and...

    Now we are 2010, the first post is in 2002... and this post is still on the top of my list of threads... amazing !!! :D
  13. Replies
    5
    Views
    3,419

    FlashMaster is only my nick... :D, anyway i'm...

    FlashMaster is only my nick... :D, anyway i'm better in as3, not in animation... i need this animation, can anyone makes for me, please ???
  14. CS3 on the last frame of the movieclip add the this...

    on the last frame of the movieclip add the this code:


    this.gotoAndPlay(1);
  15. Replies
    5
    Views
    708

    haha... this thread should be deleted...

    haha... this thread should be deleted...
  16. Replies
    5
    Views
    3,419

    I need animation

    Please help... i'm working on big project with surfaces, and i need animation like this:

    http://www.youtube.com/watch?v=3k7-_OUeD_U
  17. Replies
    46
    Views
    6,921

    here is the code ;) package { import...

    here is the code ;)



    package
    {
    import flash.events.MouseEvent;
    import flash.display.MovieClip;
    import flash.text.TextField;
    public class MouseExample extends MovieClip
  18. Replies
    1
    Views
    541

    BlurFilter

    Hello to every one... i'm working on one project, so i want to add blur to one line by as3... i tried with
    var blurEffect:BlurFilter = new BlurFilter(15, 15, 1); and it's works only in the frame......
  19. Replies
    12
    Views
    2,659

    No way, this is impossible... :d

    No way, this is impossible... :d
  20. Replies
    4
    Views
    1,092

    the shooting is the easiest thing.. so here is...

    the shooting is the easiest thing.. so here is the code for as2:

    var bulletSpeed=15; //you can use any speed
    var n=0;
    var bullet = _root.attachMovie("nameOfAnyMovieClip", "nameOfMovieClip"+n++,...
  21. Replies
    22
    Views
    2,694

    not bad game ;)

    not bad game ;)
  22. Replies
    1
    Views
    804

    [game] Flash Snake 2.0

    here is one more game by me... http://comunalec.com/game.php?user=jovan74&game_id=100090... :)
  23. Replies
    10
    Views
    1,593

    [game] Balloon Shooter

    Here is one of my games... http://comunalec.com/game.php?user=jovan74&game_id=100095
  24. Replies
    1,912
    Views
    1,286,198

    I don't know to play this game. Can you help me?...

    I don't know to play this game. Can you help me? PLS...
  25. Flash8 This code is helping so much, special for the...

    This code is helping so much, special for the shooting games.
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center