A Flash Developer Resource Site

Search:

Type: Posts; User: LifeToTake

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,530

    meh, I was bored.... here.... I used these for...

    meh, I was bored.... here....

    I used these for my information:
    http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001507.html...
  2. Replies
    4
    Views
    1,688

    ummm, dude, that fixes both of your problems? ...

    ummm, dude, that fixes both of your problems?

    1: The alpha is getting near to 0 as mouse gets closer. But it should be getting closer to 100.

    2: Also how do I go about doing this with multiple...
  3. Replies
    4
    Views
    1,688

    Have fun with it... LMAO, I'm sooo lazy. I'm...

    Have fun with it... LMAO, I'm sooo lazy. I'm still workin on reversed alpha effect, I didn't notice that in your post =/.

    Edit::::::::::::::
    Alright....

    function...
  4. Replies
    2
    Views
    2,127

    There are quite a few ways to go about this, but...

    There are quite a few ways to go about this, but look into these thoughts...

    Try not to name them all the same thing. Name them like:
    hamburger1, hamburger2, ect. ect. Make sure all the names end...
  5. Replies
    2
    Views
    1,874

    Alright, I'mma start of with my opening...

    Alright, I'mma start of with my opening statement...

    I'm currently working on an MMORPG. The client side is flash, and the server side is ruby. I started off with the same question as you. I have...
  6. Ah! Thanks very much. I was googling for the...

    Ah! Thanks very much. I was googling for the wrong thing. I was thinking "external" instead of shared. ^_^
  7. Exporting for actionscript (linkage) and loadMovieNum

    I'm using as2...
    My overall objective is a downloaded standalone application that uses the flash projector in exe format.... and yes I know it's not technically a "standalone" because it's using...
  8. Thanks, err, I would code AS3, but I only have...

    Thanks, err, I would code AS3, but I only have Flash Studio 8 Pro. I don't like any of the CS3 products because they launch a program in the background the causes conflicts with my computer. I can...
  9. [Flash Studio 8 Pro | Blender 3D] How can I use a regular mesh?

    I've been googling for hours and hour and I've turned up nothing useful, I ended up coming out with only being able to make swf files in place of a regular render, but this isn't good enough, if it...
  10. Yeah, that's pretty much all the shell program...

    Yeah, that's pretty much all the shell program does at the moment, I'm working on implementations to make it more than just start and stop. I've been making it just to manage php.exe in such a way,...
  11. I'm planning on making a linux compatible version...

    I'm planning on making a linux compatible version of the shell program in the future after I fully debug the windows version. I'm not exactly the best with C++, so I'm not sure how about how to...
  12. [HDC] Execute Server Package (Ever wanted to make a flash client application?)

    I'm proud to announce the release of the first version of my first real open source release. This is an open source socket server package programmed in php. It comes with PHP 5.2.4, .NET Framerwork...
  13. Thread: SQL Queries

    by LifeToTake
    Replies
    4
    Views
    991

    Simple solution. Don't rely on your ID keys. Make...

    Simple solution. Don't rely on your ID keys. Make it so every listing works with the numbers 1~30. In your sql query do something like this:


    // This is what will replace our ID keys
    $i=1;...
  14. [Flash 8] loadMovie preventing onPress = function()

    Well, here is the scenario: I started working on a flash file that could work as a gallery, and I've been having issues making the crap clickable after loadMovie takes place. I can totally make it...
  15. using flash ExternalInterface with visual basic?

    I'm currently using flash 8 pro and I'm trying to learn how to use the ExternalInterface import with vb6. I've been trying to find information on it. The only thing I can find out is that it is...
  16. Is there an equivalent of the php eval function?

    In php there is a built in eval function. It allows you to run something like a user submitted php script. You can easily put text into a variable and run the variable through the eval function to...
  17. Replies
    4
    Views
    424

    I'm interested in just making it all run from the...

    I'm interested in just making it all run from the site with out added server crap, its pretty much just for learning purposes.
  18. Replies
    4
    Views
    424

    Using a webpage as a server?

    I've been looking for a way to make a server side for my client, something that wont require me to have to run anything except my webserver, and I wanted to know if there is any way to just make it...
  19. Replies
    4
    Views
    1,190

    I'm running this on my on private server. I just...

    I'm running this on my on private server. I just pretty much need an example to learn from so I can do it. @_@ Most hosts actually don't have the socket library enabled, and when they do the...
  20. Replies
    4
    Views
    1,190

    PHP Socket example?

    I've been working on a mmorpg and it's almost done, problem is I'm just reloading variables from a page over and over. I was told I need to convert it to something called an XMLSocket or something. I...
  21. Anyone know where a full winsoc example is?

    I am in search of a simple winsoc example where the server is in flash or VB. I been looking for one for a while but came up empty handed. I am using flash 8 professional. I would also like to know...
  22. Replies
    3
    Views
    327

    Thanks. I get it now XD too bad I have to edit a...

    Thanks. I get it now XD too bad I have to edit a couple of things so that they wont be on top of everything but now I got what I need. Thanks.
  23. Replies
    3
    Views
    327

    Shouldn't this work?

    I am using flash 8 porfessional



    for (i=0;i<12;i=i++) {
    other_player.duplicateMovieClip("ted", 0, {_x:random(300), _y:random(300)})
    _root.ted.username=i;
    }
  24. Replies
    3
    Views
    338

    Man thanks !!!! I ^_^ I really needed this. It...

    Man thanks !!!! I ^_^ I really needed this. It works perfectly.
  25. Replies
    3
    Views
    338

    Duplicating a symbol 2 times?

    I am using Flash 8 Professional. I am trying to make 2 copies of a symbol called the_other_person and put one at x-100 and y-100 and the other x-324 and y-300. How would I do this?
Results 1 to 25 of 50
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center