A Flash Developer Resource Site

Search:

Type: Posts; User: drone002

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    471

    if(Text.contains?){

    Was was wondering if anyone knows if there's a way to have flash "scan" text inputed by the user. Like the way BBS check for swearing?
  2. Thread: making a rpg

    by drone002
    Replies
    78
    Views
    3,282

    What I don't get is why someone doesn't get a...

    What I don't get is why someone doesn't get a camera hook it up to a telescope and video tape the flag they planted. Wouldn't that just end this whole stupid controversy?
  3. try this on the main timeline ...

    try this on the main timeline


    _root.mymovie_mc.stop();
    _root.button1_mc.onRollOver = function() {
    _root.mymovie_mc.play();
    };
    _root.mymovie_mc.onEnterFrame = function(){
    if...
  4. Replies
    3
    Views
    341

    I Think, (from the script you got here) that "i"...

    I Think, (from the script you got here) that "i" is increasing every "good hitTest". If you're putting the "enemy hitTest in the same place as your "good hitTest", when i increses in the "good...
  5. Thread: Sudoku Solver

    by drone002
    Replies
    1
    Views
    370

    You should just use the script you got, because...

    You should just use the script you got, because no one is going to build a brand new game and give it to you. That's allot of work and many of the people who post here, just don't have the time.
    ...
  6. I'm not sure what you mean. For instance I have a...

    I'm not sure what you mean. For instance I have a game and I load it into an other movie. The new movie would be the "_root" instead of the game's" _root", so if I used _parent I wouldn't have that...
  7. _root. is the loest level of you're movie. You...

    _root. is the loest level of you're movie. You know, the basic screen you start with. Everything else is built on top of _root.

    _parent is the movie clip that your movie clip resides in. for...
  8. Replies
    3
    Views
    492

    Nope, it didn't work. I just don't understand why...

    Nope, it didn't work. I just don't understand why this isn't working.

    I attached my file, if someone wants to give it a look over.
  9. Replies
    3
    Views
    492

    hitTest() Question?????

    This is really basic and it should work, but it just doesn't. Can anyone tell me what's wrong with my code?


    onClipEvent (load) {
    speed = 5;
    }
    onClipEvent (enterFrame) {
    if...
  10. Replies
    7
    Views
    1,726

    Try taking out the "else". onClipEvent...

    Try taking out the "else".


    onClipEvent (enterFrame) {
    speed = 1;
    this._x -= speed;
    if (this._x == 290) {
    this._x = 300;
    }
    }
  11. Thread: Level Editor

    by drone002
    Replies
    9
    Views
    1,161

    Here's a level editor I have. This may help...

    Here's a level editor I have.

    This may help you.
  12. Thread: Array problem

    by drone002
    Replies
    4
    Views
    630

    Well basicaly I'm putting a hitTest on the tiles...

    Well basicaly I'm putting a hitTest on the tiles created by the buildMap function, so it'll have to be continuosly running. The buildmap function just runs at load, as far as I'm aware.

    I just...
  13. Thread: Array problem

    by drone002
    Replies
    4
    Views
    630

    Doesn't help me. I'm trying to run a function on...

    Doesn't help me. I'm trying to run a function on the dynamic tiles. It can't be in the buildmap () function.
  14. Replies
    28
    Views
    3,371

    Well, I have a different idea for my flash game...

    Well, I have a different idea for my flash game site; actually it’ll be part of the multimedia production company I'm starting. Besides I just want my own site to sell my games.



    When we get...
  15. Thread: Array problem

    by drone002
    Replies
    4
    Views
    630

    Array problem

    I'm trying to run a function on each of the tiles created by the array. I got this code from tonypa's tutorials.



    function buildeMap(map) {
    _root.initi.attachMovie("empty", "tiles", 1);...
  16. Replies
    28
    Views
    3,371

    I'm working on a new flash game website and I've...

    I'm working on a new flash game website and I've been thinking about this same problem. I could just develop my own games, but it could take years to have enough content to justify having a web site....
  17. Replies
    2
    Views
    424

    MX file import question

    Can someone steal music or sounds once it's imported into Flash? I know they can import the library in Flash, but can they get an imported MP3 file outside of flash? I want to preview my bands music...
  18. Replies
    3
    Views
    549

    thanks I'll try it

    thanks I'll try it
  19. Replies
    3
    Views
    549

    ARRGGG!!!! Anyone? Really, if I can fix this...

    ARRGGG!!!! Anyone? Really, if I can fix this problem, I'll be able to start on the final version. It seems to be a really simple fix, but I don't have my AS books. And I haven't been able to find the...
  20. Replies
    14
    Views
    1,093

    I have one of those water filter pitchers. My...

    I have one of those water filter pitchers. My water has a strong chemical taste to it. The water filter does the trick. I don't see any point of buying bottled water for your home.
  21. Replies
    31
    Views
    2,056

    If You know if some doesn't want to know the...

    If You know if some doesn't want to know the truth so you lie. It's still lying.
  22. Replies
    31
    Views
    2,056

    Spoken like a true politician.

    Spoken like a true politician.
  23. Replies
    14
    Views
    1,093

    Anyone see that Penn and Teller show on HBO when...

    Anyone see that Penn and Teller show on HBO when they exposed a major bottled water company filling their bottles with regular tap water?
  24. Replies
    31
    Views
    2,056

    That's true.

    That's true.
  25. Replies
    31
    Views
    2,056

    Sure he does, he might just call it spinning or...

    Sure he does, he might just call it spinning or misinformation, but any way you look at it, it lying. Even good politicians (not just politician, lobbyist, and activists, too) do that kind of stuff. ...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center