A Flash Developer Resource Site

Search:

Type: Posts; User: actionscripter

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    499

    Hi chidiubani, Your question is indeed a very...

    Hi chidiubani,

    Your question is indeed a very broad one which is probably why there have not been many replies to your post. However I will try to be of some use.

    Ive taken a brief look at that...
  2. Replies
    11
    Views
    1,935

    Hi SteezeMcGee, I've done a preliminary scan...

    Hi SteezeMcGee,

    I've done a preliminary scan of your code. It's an interesting problem you have here, and would it not be because I'm quite busy with other stuff, I'd like to probe further into...
  3. Thanks guys for all your responses. As always,...

    Thanks guys for all your responses. As always, better to be safe than sorry...
  4. Replies
    4
    Views
    524

    No problem. My pleasure really. Cheers

    No problem. My pleasure really.

    Cheers
  5. Replies
    416
    Views
    154,641

    I'm listening to April Lavigne lately- its...

    I'm listening to April Lavigne lately- its amazing the change that has come about her lol.
  6. Replies
    11
    Views
    1,935

    Hmm. Post the file then. I'll see if I can help

    Hmm. Post the file then. I'll see if I can help
  7. Replies
    2
    Views
    522

    To rotate a movieclip you use the _rotation...

    To rotate a movieclip you use the _rotation property, i.e to rotate a movieclip indefinetely attach something like this to frame one

    onEnterFrame= function(){
    instancename._rotation+=50;

    }
    ...
  8. Legal stuff regarding games(Moderators pls answer)

    Hello everyone. This is primarily a question for the moderators. I would like to know what is the legal position on games if you publish them here. Do you still retain copyright claim and...
  9. Replies
    9
    Views
    1,032

    Hey Xpredator, how is the game coming? Did...

    Hey Xpredator, how is the game coming? Did everything work out fine?
  10. Replies
    6
    Views
    719

    And yes, as Zettl says, experimentation based on...

    And yes, as Zettl says, experimentation based on tutorials is probably one of the best ways to learn this kind of stuff.
  11. Replies
    6
    Views
    719

    Hi guys. Yeah, kirupa is a good place for...

    Hi guys. Yeah, kirupa is a good place for tutorials, but may I also suggest webwasp, a website which helped me a lot when I was starting out in Flash and Actionscript, waaay back. They have tutorials...
  12. Replies
    4
    Views
    524

    Oh, in this example the square was 88 by 88...

    Oh, in this example the square was 88 by 88 pixels by default.

    Cheers
  13. Replies
    4
    Views
    524

    Hmm. Here's an example of what you need to do to...

    Hmm. Here's an example of what you need to do to let the user enlarge a square by clicking on it. With enough diligence you can adapt it to your needs.

    Create a square and turn it into a...
  14. Replies
    11
    Views
    1,935

    Maybe the problem is as simple as this if...

    Maybe the problem is as simple as this

    if (goalie.hitTest(ball)) {
    trace("Colission took place");
    }
    }

    you have to replace "ball" with the instance name of the shot, which I think you...
  15. Replies
    11
    Views
    1,935

    Let me get this right. You imported a bitmap,...

    Let me get this right. You imported a bitmap, like for example .bmp or .jpg from Photoshop, and then nested that inside a movieclip? If so, that has nothing to do with this problem.

    Go ahead and...
  16. Of course you can make an interactive brouchure...

    Of course you can make an interactive brouchure in Flash. Do you have or can readily obtain Flash? Have you used it before? Flash is easy to learn and hard to master, but you also need to consider...
  17. Replies
    11
    Views
    1,935

    Of course, the reason I can't open your file is...

    Of course, the reason I can't open your file is that I am currently using Flash 8 and you are using CS3. How stupid of me.

    Nevertheless, it is quite strange that that doesn't work. What functions...
  18. Replies
    9
    Views
    1,032

    Well, xpredator, there are several ways of...

    Well, xpredator, there are several ways of achieving what you want. However I am going to give the easiest method for begginers, but not the most robust when applications get more complex.

    _root...
  19. Replies
    4
    Views
    606

    Look, you aren't the only person to have had this...

    Look, you aren't the only person to have had this problem by the looks of it. Try changing "loadVars" for LoadVars, see if that works.
  20. Replies
    4
    Views
    606

    First off, which version of Flash and which...

    First off, which version of Flash and which version of Actionscript are you using?
  21. Yeah well, no need to hate actionscript. Spend...

    Yeah well, no need to hate actionscript. Spend enough time with it and you will grasp its effectiveness and beauty. When you get more and more stuff accomplished with it, you'll feel not only better...
  22. Replies
    11
    Views
    1,935

    First off, when you got a problem like this, go...

    First off, when you got a problem like this, go check the Flash Help documentation.

    Now, here's a solution.

    Place something like this on the relevant frame.

    ballspeed=10;
    onEnterFrame=...
  23. Replies
    9
    Views
    1,032

    Hey, if you give more info on how you are...

    Hey, if you give more info on how you are implementing this, maybe we can be of further assistance. Are you using a scene as a "shop", another scene as the main section of the game, or what?
  24. Replies
    9
    Views
    1,032

    Unfortunately with so little informaton on how...

    Unfortunately with so little informaton on how you are implementing your game, I can't give a very precise answer. Just bear in mind that to keep data all throughout the execution of the application,...
  25. Replies
    4
    Views
    606

    lol, that's an easy one. Just remove the...

    lol, that's an easy one.

    Just remove the handler (on release) and its keys (the {} symbols), and place your code in the frame itself. If you only want your code to run once each time the relevant...
Results 1 to 25 of 57
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center