A Flash Developer Resource Site

Search:

Type: Posts; User: Comrade 227

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Open Source Flash Graph Application (AS2)

    I have released my Flash Graph Application.
    It should be quite simple to understand, the demo is on the page.

    You can set the axis and plot points in the actionscript. You can also drag the...
  2. Actually you can do phpmyadmin offline with...

    Actually you can do phpmyadmin offline with localhost..
    Just download easyphp

    But you can't just open the database files like excel, although you can import csv files
  3. Actually, I can easily make it top view, the map...

    Actually, I can easily make it top view, the map is in XML and the isometric view is only a math formula. but the art will have to be either be abandoned(replace with text etc) or changed.
  4. I am quite busy recently, so I was hoping other...

    I am quite busy recently, so I was hoping other people can work on it if I make it open source. :D

    It would be very cool if someone could make it into a game.
  5. Isometric mapmaker - Want open source?

    I have stopped doing serious programming in flash for quite some time, but I have a isometric map maker that can save maps/ load maps/ load tiles etc. It is programmed in AS2.0, I have yet got the...
  6. Replies
    4
    Views
    552

    I can do it too, if you need.

    I can do it too, if you need.
  7. Replies
    1
    Views
    446

    [Problem]Check my Duplicate+hitTest Problem

    function fireAmmo() {
    _root[weapon].duplicateMovieClip("ammo"+ammo_count, this.getNextHighestDepth(), {_x:p1_GunPosX, _y:p1_GunPosY});
    }
    enemyCount=0;
    function spawnEnemy(en_id,posX,posY){...
  8. Replies
    14
    Views
    2,038

    i m trying to load an external swf into the stage...

    i m trying to load an external swf into the stage then use it as a texture/objects(for game), that is why there is a need to duplicate or do u i suggest i load it multiple times?
  9. Replies
    14
    Views
    2,038

    i solved that but now having problem with...

    i solved that but now having problem with duplicate
  10. Replies
    14
    Views
    2,038

    it is defined, i even removed x from it and...

    it is defined, i even removed x from it and _root.getNextHighestDepth().. still doesnt work..


    block0.duplicateMovieClip("dupe", _root.getNextHighestDepth(), {_x:50, _y:50});
  11. Replies
    14
    Views
    2,038

    its not working...

    its not working...
  12. Replies
    14
    Views
    2,038

    block0.duplicateMovieClip(dupe+x,...

    block0.duplicateMovieClip(dupe+x, this.getNextHighestDepth(), {_x:100, _y:100});

    I can't duplicate the movieClip, it seems the movie clip has no name?
  13. Replies
    14
    Views
    2,038

    oh thx that worked but how does eval() work?

    oh thx that worked but how does eval() work?
  14. Replies
    14
    Views
    2,038

    String to MovieClip problem in dot syntax

    var block_count=0;
    function loadObject(ob_url){//OBJECT's URL
    ob_id="block"+block_count;
    this.createEmptyMovieClip(ob_id, this.getNextHighestDepth());
    loadMovie(ob_url, ob_id);...
  15. Replies
    1
    Views
    379

    duplicating movie clip

    Can someone help me check this file so that whenever i press the dupe button a cube will duplicate and and form steps down instead of moveing the 2 cubes? :cool:
    ...
  16. Replies
    0
    Views
    541

    Inter-table links???

    How do i link from 1 table cell to another table?
    like using frames.. i think i did it once with javascript but i forgot how :)

    1. Click link in table A!
    2. Display Info etc. on table...
  17. Replies
    9
    Views
    513

    Probably becos it loads from the library instead...

    Probably becos it loads from the library instead of the external news.swf. the item in the library is a movieclip and is not updated so it wont load any text. just make the whole news.swf in the main...
  18. Replies
    2
    Views
    399

    onLoad = function () {...

    onLoad = function () {
    _root.createEmptyMovieClip("container", 1);
    loadMovie("news.swf","container");
    container._x = 390;
    container._y = 120;

    _root.createEmptyMovieClip("container2", 2);...
  19. Replies
    2
    Views
    399

    loading an external .swf

    I have a file called news.swf
    I load it into my main.swf
    because news.swf is now a file in my library
    it wont update when i edit news.swf as an external file

    Is there a way to load an external...
  20. Replies
    1
    Views
    384

    How to use button to open new window?

    I want my button to open a new window link to another URL
    on (release) (?
  21. Replies
    11
    Views
    977

    Go to Start/Run and type "regsvr32 Shdocvw.dll"...

    Go to Start/Run and type
    "regsvr32 Shdocvw.dll" then
    "regsvr32 Oleaut32.dll"
    "regsvr32 Actxprxy.dll"
    "regsvr32 Mshtml.dll"
    "regsvr32 Urlmon.dll"
    "SFC /SCANNOW" (you may need to press 'r' for...
  22. Replies
    11
    Views
    977

    Hey i found another thread.. someppl seemed to...

    Hey i found another thread.. someppl seemed to have their problems solved- http://www.experts-exchange.com/Web/Q_20946516.html
  23. Replies
    11
    Views
    977

    http://www.webdeveloper.com/forum/showthread.php?t...

    http://www.webdeveloper.com/forum/showthread.php?t=64454
    hey look at the last reply
  24. Issit legal to play music you bought on your website?

    Issit legal to play music you bought on your website?
  25. Replies
    18
    Views
    1,762

    http://www.thinkgeek.com/cubegoodies/toys/69de/

    http://www.thinkgeek.com/cubegoodies/toys/69de/
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center