A Flash Developer Resource Site

Search:

Type: Posts; User: Mattachoo

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Awesome dude. It works. Don't know why my...

    Awesome dude. It works. Don't know why my original didn't work and that one does, but whatever, I'll take it.
  2. [F8] Events dont run when JPG is loaded into MC

    Ok, I'm trying to make a "picture viewer" type thing where I can load any number of photos from a text file, and then it will display them. Once they are display, I want events to happen when you...
  3. Replies
    1
    Views
    683

    No one has any ideas?

    No one has any ideas?
  4. Replies
    1
    Views
    683

    [F8] Dynamic Image viewer

    Ok, basically what I am trying to do is create an image viewer that I can update dynamically. The flash file loads the jpeg file names, and then inserts them into an array. Then, I would like to...
  5. Replies
    2
    Views
    652

    Awesome. Thanks dude!

    Awesome. Thanks dude!
  6. Replies
    2
    Views
    652

    [F8] Help with createTextField

    I have no clue why this isn't working. This is really frustrating me, and there is nothing more really that I can explain, so I'll just post the code.


    _root.createEmptyMovieClip("box_mc",...
  7. I would break the text appart into different text...

    I would break the text appart into different text fields, each character being a different text field. Then you could find it.
  8. Replies
    11
    Views
    704

    I think this is what setinterval does: it calls...

    I think this is what setinterval does:
    it calls a function once every *blank* milliseconds
    Look it up under the help section.
  9. Replies
    1
    Views
    484

    You have two functions named "follow" I...

    You have two functions named "follow"

    I haven't tested it, but I think this should work:


    btn1.onRollOver = function(){
    Mouse.hide();
    init = {_x:_xmouse,_y:_ymouse};...
  10. Replies
    27
    Views
    1,165

    I thought this game was fun. However, I thought...

    I thought this game was fun. However, I thought it would be better if instead of just having the fish jump straight up out of the water, for it to keep its velocity when it jumps. If it is standing...
  11. I would make each individual clothing item a...

    I would make each individual clothing item a seperate movie clip all contained in the one dog movie clip. The shirt would be one, with say 5 frames in it, each frame being a different shirt. Then...
  12. Replies
    15
    Views
    988

    Your AI is the spider moving around? Meh, I...

    Your AI is the spider moving around? Meh, I don't know if I would define that as "AI." It is more, random movement. If is moved toward you or something, that would be slightly intelligent. There...
  13. Replies
    7
    Views
    677

    I don't care about graphics, just gameplay. ...

    I don't care about graphics, just gameplay. Plus, what's wrong with the graphics. They seem OK to me.
  14. Replies
    7
    Views
    677

    [test] New Game

    Jim's Gems

    It isn't really anything special, mostly a remake of Chip's Challenge.

    Comments are welcome. Oh, and if you push a block, and it says you got hit by a bomb, or you stepped in...
  15. Replies
    2
    Views
    448

    Please post more information. Some code, an FLA,...

    Please post more information. Some code, an FLA, anything!
  16. Replies
    1
    Views
    379

    Sure, I'll assume that your using Flash MX or...

    Sure, I'll assume that your using Flash MX or above, and I'll just type in actionscript 1.0. Now, say your movieclip has a name 'mc'
    You can put any two buttons on the screen, they don't need a...
  17. Replies
    13
    Views
    596

    That has all of it's own built in functions. ...

    That has all of it's own built in functions. Basically, I'm assuming that it breaks the "code" the user write into separate pieces, then, using a bunch of 'if' statements, it does the code as...
  18. Replies
    13
    Views
    596

    http://ericlin2.tripod.com/math2/EvaluateEqMxt.htm...

    http://ericlin2.tripod.com/math2/EvaluateEqMxt.html

    There ya go.
  19. Replies
    1
    Views
    387

    I would change your button "ship" into a movie...

    I would change your button "ship" into a movie clip. Put the following code onto it.



    onClipEvent (enterFrame) {
    if (Key.isDown(Key.UP)) {
    this._y -= 5;
    } else if...
  20. Replies
    4
    Views
    395

    Jeez, you don't need it to be that compilaced. ...

    Jeez, you don't need it to be that compilaced.

    Alright, I would suggest, to make this as simple as possible, make the button clip a movie clip instead. Then, have an onClipEvent(enterFrame)...
  21. Replies
    1
    Views
    688

    Just use the toLowerCase method. var...

    Just use the toLowerCase method.


    var information:String = "This is THE sample Sentence!";
    var info_lower:String = information.toLowerCase();
    var into_upper:String =...
  22. Replies
    2
    Views
    669

    No, like I said, I don't want a counter, I know...

    No, like I said, I don't want a counter, I know their is a much easier way to do it. I could fix the problem in about 2 minutes If I wanted, but I could fix it in 5 seconds if I knew the easy way. ...
  23. Replies
    2
    Views
    669

    [help] moving hero with keys

    No, this isn't a basic "how d0 u move teh guy with teh butons. thnx 8)" question, although I might just be an idiot for not figuring it out. I know I could put a timer in the enterFrame function, to...
  24. Replies
    10
    Views
    671

    Meh, it is OK. Yes, I would agree on power ups,...

    Meh, it is OK. Yes, I would agree on power ups, but AI is not needed. MAYBE if you wanted to add AI, like when you get to increments of 1000 points, create a fisherman, who tries to catch you on...
  25. Replies
    2
    Views
    443

    Not quite sure what you are talking about..... ...

    Not quite sure what you are talking about..... Please elaborate.
Results 1 to 25 of 72
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center