A Flash Developer Resource Site

Search:

Type: Posts; User: mcnugget

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,104

    Sure. Well here's my code if it helps you. ...

    Sure.

    Well here's my code if it helps you.


    fscommand("allowscale", false);
    fscommand("allowscale", false);
    // our map is 2-dimensional array
    myMap1 = [[1, 1, 1, 1, 1, 1, 1, 1], [1, 0, 0,...
  2. Replies
    2
    Views
    2,104

    Combining two of Tonypa's Tutorials.

    I tried to combine two of Tony's great tuts.

    As found here
    http://www.tonypa.pri.ee/tbw/tut15.html

    And here.

    http://www.tonypa.pri.ee/tbw/tut06.html

    I'm not sure what I did wrong so if...
  3. Replies
    0
    Views
    6,349

    Multi-Dimension Array Mapping Problem.

    I've been trying to convert one of TonyPa's tutorials to a 2.5D sort of perspective. I wanted to add an extra layer on top of the one loaded when entered, so I can use depth (transparency with trees...
  4. Replies
    2
    Views
    383

    Uhh sure. on (release) { if...

    Uhh sure.


    on (release) {
    if (Key.isDown(13)) {
    Chatbox +=
    (myName+myMessage);
    _root.char.char.mySpeech_txt += myMessage;
    myMessage = "";
    }
  5. Replies
    2
    Views
    383

    Global Variables.

    I've got this chat box in my move and I've made it enter the words into the chatbox fine. But when I set up to post the words on the character(attached on main frame), nothing happens. I've used...
  6. Replies
    88
    Views
    9,370

    %$#& Apple.

    %$#& Apple.
  7. Replies
    7
    Views
    970

    Second Bump *sigh*

    Second Bump *sigh*
  8. Replies
    6
    Views
    739

    Why not use a text input box that's converted to...

    Why not use a text input box that's converted to a movieclip?
  9. Replies
    6
    Views
    739

    So what you are needing is just to make the size...

    So what you are needing is just to make the size of the font bigger and make it in the centre?
    Well to make the font bigger select the input box and next to the font there is a button that has...
  10. Flash8 attachmovie() or just use an .as file that...

    attachmovie() or just use an .as file that imports the variables and actions when you press a button. Which then makes the pie charts and stuff. etc.
  11. Replies
    2
    Views
    454

    Add a rightbrace before the nd of the program. xD...

    Add a rightbrace before the nd of the program. xD
    } or {
    I'm guessing you need } at the end of that code.
  12. Thread: hearing sound

    by mcnugget
    Replies
    2
    Views
    712

    I'm guessing when you are in the library you try...

    I'm guessing when you are in the library you try and move the "red thing" so you can listen to a certain part of the sound?
    What type of sound file is it?
    Oh and can't you just open it in media...
  13. Replies
    7
    Views
    970

    Thanks but could you post the .fla in flash 8...

    Thanks but could you post the .fla in flash 8 format? Much appreciated.

    Oh and I'm not just talking about images as the tiles. I'm using one of tonypa's famous tutorials. Located here

    Regards,...
  14. Replies
    7
    Views
    970

    I've been thinking. Is there any way of actually...

    I've been thinking. Is there any way of actually making the array on another swf and then importing that swf onto the stage and make the depth a certain height? etc etc?

    Regards,
    die mcnugget.
  15. Replies
    4
    Views
    663

    Firstly make buttons and make when you click it...

    Firstly make buttons and make when you click it play the sound? Shouldn't be too hard. But the playing and pausing is a bit harder and playing the games and stuff are evern harder yet.

    Goodluck.
  16. Replies
    7
    Views
    970

    *bump* :D

    *bump*
    :D
  17. Replies
    3
    Views
    976

    http://www.freemmorpgmaker.com/files/imagehost/pic...

    http://www.freemmorpgmaker.com/files/imagehost/pics/544f3140b356fb9d4da7bfef85bfe334.fla
    Try this. Though it is in Flash 8.
  18. Replies
    3
    Views
    976

    Okay. This should work. Place this in the movie...

    Okay. This should work. Place this in the movie clip that the mouse hovers over.
    on(rollOver){
    _x += 5;
    }
    Oh wait. You want it to move back right?

    Ok. Place this as the actionscript for the...
  19. Replies
    1
    Views
    703

    on(rollOver){ gotoAndPlay() }

    on(rollOver){
    gotoAndPlay()
    }
  20. Replies
    7
    Views
    970

    Layering of Tiles?

    Okay.

    What I am having trouble with is making a tile based system with multiple layers. I've tried putting the tile codes inside of a movieclip on different layers but that doesn't work. I've...
Results 1 to 20 of 20




Click Here to Expand Forum to Full Width

HTML5 Development Center