A Flash Developer Resource Site

Search:

Type: Posts; User: ScottTheFlashGuy

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Poll: Discovered Solution for Problem; Posted for Benefit of all

    My problem was this:

    I had to create a stand-alone program, a game. This game had to run locally when ONLY connected to a workgroup, and it had to retrieve and send data to a 'master' computer.
    ...
  2. Replies
    1
    Views
    665

    You can't do that. Here is my suggestion:...

    You can't do that.

    Here is my suggestion:
    Take each entry, and instead of printing it, add this line:

    entryOne=blah&entryTwo=blah

    ect

    That way you can load the entrys into vars then...
  3. // TO GET LOADED MOVIE IN MIDDLE OF STAGE I'm...

    // TO GET LOADED MOVIE IN MIDDLE OF STAGE

    I'm pretty sure if you have the left hand corner of your empty movie clip in the exact center of the real movie (read: made the x and y of the container...
  4. Replies
    6
    Views
    1,023

    You should use scrolling. Not just changing the...

    You should use scrolling. Not just changing the maps.
  5. Replies
    7
    Views
    664

    have spacebar switch in and out of snipe mode

    have spacebar switch in and out of snipe mode
  6. Replies
    7
    Views
    850

    LOL it's in the help files

    LOL it's in the help files
  7. Replies
    12
    Views
    1,148

    Push SHift+Refresh Or clear your cache.

    Push SHift+Refresh

    Or clear your cache.
  8. Replies
    12
    Views
    1,148

    I'm by no means done with this, if I get a good...

    I'm by no means done with this, if I get a good idea I will simply implant it as well. :)

    And of course DayDream's graphics are better then anything I can even think of. :)
  9. Replies
    12
    Views
    1,148

    Are you sure you're going to the right link?!? ...

    Are you sure you're going to the right link?!?

    http://www.gamingforever.com/flash/jammed.php
  10. Replies
    12
    Views
    1,148

    Wow, thats pretty cool. It's not even flash...

    Wow, thats pretty cool.
    It's not even flash though, it's realArcade.

    I make my games for people to play at work/school when they cannot install anything. You have to install RealArcade.

    PS:...
  11. Replies
    12
    Views
    1,148

    No, I suck at gfx. Those are from some GTA Car...

    No, I suck at gfx. Those are from some GTA Car site... I'm going to replace them sooner or later.

    The Object
    Get the red Viper to into the green squares.
  12. Replies
    12
    Views
    1,148

    [Showcase & Stress test] Jammed

    The Concept
    I played gamerival.com's Traffic Jam game. I liked the concept, but it was poorly written. Half the time when trying to drag one car, you would drag another. And even if you decided not...
  13. Replies
    0
    Views
    341

    [Showcase & Stress Test] Jammed

    The Concept
    I played gamerival.com's Traffic Jam game. I liked the concept, but it was poorly written. Half the time when trying to drag one car, you would drag another. And even if you decided not...
  14. Replies
    0
    Views
    419

    [Showcase & Stress Test] Jammed

    The Concept
    I played gamerival.com's Traffic Jam game. I liked the concept, but it was poorly written. Half the time when trying to drag one car, you would drag another. And even if you decided not...
  15. Replies
    9
    Views
    971

    I strongly suggest you read the thread...

    I strongly suggest you read the thread Optimization Tips (search for it) before we start coding. It will help you greatly. Also, I won't have to go back and optimize everything later. :) I always,...
  16. Replies
    18
    Views
    1,883

    I would like to help you out, if you want my...

    I would like to help you out, if you want my help.

    AIM: SAHMX
  17. Replies
    6
    Views
    736

    You want to hide the pen when you go over buttons...

    You want to hide the pen when you go over buttons right? And make it come back when the buttons animation finishes right?

    So do this:

    On the FIRST frame of the animation where the pen starts...
  18. [Problem] Getting rid of smoothing

    I have tried and tried again to get rid of the smoothing FLash does to my images. When saving them as a Gif, Jpg, and Png didn't effect anything I looked in the help file and finally found the option...
  19. Replies
    11
    Views
    976

    Be sure (and I know you probably do) you have at...

    Be sure (and I know you probably do) you have at least 30 frames a seconds, 45 if you want some smoothness. The thing about 45 fps is that I notice "Wow, this looks smooth" on my pc, but on a crappy...
  20. Replies
    1
    Views
    429

    Got it working. :) if(_root[eval("num")]...

    Got it working. :)



    if(_root[eval("num")] == 1) {
    gotoAndPlay(1);
    }


    Dumb " " stuff. :)
  21. Replies
    1
    Views
    429

    Why doesn't this snippet work?

    Why doesnt this work?



    if(_root[eval(num)] == 1) {
    gotoAndPlay(1);
    }


    The num variables is local, and its value is 3.
  22. Nice, clean, grpahics. :)

    Nice, clean, grpahics. :)
  23. Yes. You would have to call up that individual...

    Yes. You would have to call up that individual direction.
  24. Replies
    5
    Views
    468

    The _root.ok tells flash if the password entered...

    The _root.ok tells flash if the password entered matched the password in the file. So flash can do whatever it wants to now.
  25. Replies
    1
    Views
    345

    When you download something in the Movies...

    When you download something in the Movies section, usually it provides a way to contact the user who made the movie. I always just go and email them, asking for permission to use this snippet of...
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center