A Flash Developer Resource Site

Search:

Type: Posts; User: lp9sc

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,057

    What sort of RPG? I'm making tutorials for...

    What sort of RPG?
    I'm making tutorials for turn-based RPG on my youtube channel, this is one thing I plan to do a tutorial on pretty soon.
  2. Replies
    0
    Views
    1,191

    [CS5] Flash player not loading images?

    Edit: Nevermind... I overlooked something silly.
  3. Replies
    7
    Views
    7,925

    Most of your post goes back to what I said:...

    Most of your post goes back to what I said:
    Where you put your code is dependant on what it will be used for.

    Of course you would have to care about the structure of your code if you were...
  4. Replies
    7
    Views
    7,925

    Where you put your code is dependant on what it...

    Where you put your code is dependant on what it will be used for.
    I never put all my code in as files/frames.. If I have a button for example which I will never have to change, it's preferable to...
  5. Replies
    10
    Views
    2,229

    (Decompiled it to find out, I don't plan to use...

    (Decompiled it to find out, I don't plan to use it for anything other than answering this)
    Each tool is stored like /flash/tools/MiterSaw.swf and called from xml
    Just a bunch of images and a lot of...
  6. Replies
    3
    Views
    2,398

    Thank you, dawsonk. That method worked well :] ...

    Thank you, dawsonk.
    That method worked well :]


    Just 1 more thing (though I'm not expecting a solution to this considering it'll be offtopic I suppose).

    For the ranking columns (Position # |...
  7. Replies
    3
    Views
    2,398

    So... no other way then?:[

    So... no other way then?:[
  8. Replies
    2
    Views
    1,248

    Flash8 Put all your blocks into the same movieclip. The...

    Put all your blocks into the same movieclip.
    The space which does not contain any blocks inside that movieclip will not count as a hit.
    You also have to use a different form of hittesting

    Here's...
  9. Replies
    15
    Views
    6,731

    Here you go...

    Here you go
    http://spamtheweb.com/ul/uploads/3162010/531_password.fla

    Error #1:
    Your password text field was 'dynamic text', I changed it to 'input text'.
    I don't think people can input text...
  10. Replies
    3
    Views
    2,398

    [AS2] Help with charAt

    Hello people
    I'm trying to make a scoreboard of players.
    It works fine for strings (like the username) listing like:
    User1
    User2
    User3
    etc using \n in PHP to seperate them. (Using...
  11. Replies
    4
    Views
    1,088

    Yup My problem was because I received a 2.0 key...

    Yup
    My problem was because I received a 2.0 key when I had the 3.0 version.
    But the fact is, their stupid activation window shouldn't just close when it's incorrect, it should give some sort of...
  12. Replies
    4
    Views
    1,259

    It is a little hard to explain but basically: ...

    It is a little hard to explain but basically:

    You have your main movieclip of your character on a frame on your timeline.
    Inside your main character frame, you then have more frames for each...
  13. Replies
    1
    Views
    1,402

    CS3 I'm assuming you're working with AS2 and you only...

    I'm assuming you're working with AS2 and you only want the next frame to be displayed when the RIGHT key is released, yes? Not when it is held down.
    Might not be the most efficient method >-<

    key...
  14. Replies
    4
    Views
    1,088

    AS2 Obfustication

    Anyone know of any free/open-source easy to use AS2 Obfustication??
    I've checked google but all I'm finding is AS3/Javascript/Trials with watermarks >_>

    I purchased SWF Protector from DcomSoft...
  15. Replies
    1
    Views
    451

    hmm This is what I've used before when learning...

    hmm
    This is what I've used before when learning it from Kirupa

    PHP: (varload.php)


    <?php
    //These variables will store stuff from
    //your database using sql query
    $php1 = "Output1";
  16. Thread: AS2 Game Menu

    by lp9sc
    Replies
    1
    Views
    1,630

    Currently I think the best I'm using is something...

    Currently I think the best I'm using is something with an array of menu options..


    onClipEvent(load){
    enabled = true;
    this._x = 214;
    this._y = 192;
    option = 0;
    curWait = false;...
  17. Thread: AS2 Game Menu

    by lp9sc
    Replies
    1
    Views
    1,630

    AS2 Game Menu

    Hey people
    I'm working on an RPG which is similar in style to games like Final Fantasy 6/7.

    I'm working on elements of Final Fantasy 7 such as how the menus work etc (Arrow keys to move a hand...
  18. [CS4:AS2] Flash/PHP/MySQL Multi-User Interaction

    I was wondering if this way of doing things was in any way efficient or would it stress the server constantly querying updated values?

    I have no experience with socket servers what so ever :[
    So...
  19. Replies
    4
    Views
    662

    Ya true I don't like people saying that they...

    Ya true
    I don't like people saying that they will pay people to do it for them. Just learn from basics to advanced then learn about socket servers and make your own! :]
  20. Replies
    4
    Views
    662

    Stellar Conflicts

    While browsing this forum I have seen topics which have people asking others how exactly can they make a multi-player game?
    The responses I have seen include "You need a big team of people, you...
  21. Replies
    9
    Views
    794

    May want to try if...

    May want to try

    if (_root.heat_mc.countdown_txt.text <= 0) {
    _root.heat_mc.countdown_txt.text == 0;
    }

    if (_root.heat_mc.countdown_txt.text == 0) {
    _root.heat_mc.onEnterFrame =...
  22. Replies
    2
    Views
    538

    I think loader._visible = false; is actually...

    I think loader._visible = false; is actually suppose to be loader._visible = true; else you cannot see the loader.. although I wouldn't be too sure, I didn't do my preloader like that, just try it
  23. User interactivity (Flash/PHP/MySQL Integration) [MX]

    Hello
    I've been wondering how to create something for users to interact with eachother

    I know quite alot about MySQL and PHP and can make users interact with that but my side with actionscript...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center