A Flash Developer Resource Site

Search:

Type: Posts; User: Manic_Man

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,944

    yeah.. that would do the job but it's a...

    yeah.. that would do the job but it's a transparent png like I said. to convert a transparent png to a vector to make the mask would be a bit tricky. I don't know how to use bitmap data to construct...
  2. Replies
    2
    Views
    2,944

    Mouse_Down on multiply objects.. kinda

    Not quite sure how to title this but i'll explain..

    I'm doing some code which includes a jigsaw.. now, the jigsaw image is a PNG which has transparent sections. Instead of just leaving it so the...
  3. Replies
    11
    Views
    6,247

    yeah, it's and associative array but it wasn't...

    yeah, it's and associative array but it wasn't more about the total length but the index of each element. thanks though
  4. Replies
    11
    Views
    6,247

    mmm.. forgot you could do that.. so that does...

    mmm.. forgot you could do that.. so that does seam to say that with names, they still have numbers.. so myArray[0] (if the index returns the same) is the same as myArray["Apple"]...

    thanks
  5. Replies
    11
    Views
    6,247

    Named array numbers

    okay.. I know the easy way to avoid this but

    If you have an array which has subarrays which have a string as the index (so for example MyArray["Apple"].price, MyArray["Bananna"].price etc) can the...
  6. yeah, I know they are encoded ^_^: it seams the...

    yeah, I know they are encoded ^_^:
    it seams the problem was with my Sol reader.. or more editor.. for some reason, it read the sol file wrong (normally it's pretty good), but the Reader with Develop...
  7. [as3][FD] Shared Object being given wrong name/odd text

    Using Flash Develop, i'm using a bit of sharedobject code I've used in the past and had no problems with.. However, when I pass the name of the variable to be saved, it says that name in a corrupted...
  8. Replies
    0
    Views
    1,977

    [CS4] Flv - embedded vs external

    I'm dealing with a game which.. at least graphically is getting very complex and for movies I mostly use flv as it's fine for what I'm doing.

    Right now, they are embedded FLVs, but I'm thinking of...
  9. Replies
    3
    Views
    2,185

    I'm not a Little confused cause it seams between...

    I'm not a Little confused cause it seams between half to 3/4 of thing say It's not possible to do the required updates for CS4 to allow FP11, but others say it is..

    I know the changes have allowed...
  10. Replies
    3
    Views
    2,185

    mm.. a simple spelling mistake was all? well.....

    mm.. a simple spelling mistake was all? well.. errors go ^_^
    Might need to do a quick bit of research to get a line which can test if something happens.

    Thanks ^_^
  11. Replies
    3
    Views
    2,185

    CS4 - updating to FP11

    Okay, sorry but first I'll make it clear I'm not really looking for 'Stop using an old program, use Develop or something' answer ^_^ thanks for them but.. yeah, that's completely bypassing the...
  12. AS 2 Thanks, and I would have replied quicker but I...

    Thanks, and I would have replied quicker but I was away from my computer...

    for some reason.. embedding the font via the library.. did it.. I'll have to run a couple more tests first to comfirm it...
  13. AS 2 CS4 - Dynamic text box in a dynamically attached movieclip not working

    okay. I got a Dynamic text box with a variable set. It works fine. I add text to the variable (which is _root based) and it appears.

    Now.. I attached a movieclip (via _root.attachMovie) and now,...
  14. Replies
    5
    Views
    18,187

    Naw.. custom Wrapper seams to be out of the...

    Naw.. custom Wrapper seams to be out of the question at the moment.. it doesn't want to play ball with me..
    So i'll think I'll send an e-mail ^_^
  15. Replies
    5
    Views
    18,187

    true.. Since I mostly need only Custom Icon,...

    true.. Since I mostly need only Custom Icon, Title, Res and save/load external file (save) it shouldn't be too tricky. and I only got VS 6.. shouldn't need much more then the 3 dlls and flash player...
  16. Replies
    5
    Views
    18,187

    ^_^ possible. I'm currently just trying to...

    ^_^

    possible. I'm currently just trying to make my own wrapper.. my C++ is a bit rusty though, but I'll try being nice to him if it fails ^_^
  17. Replies
    5
    Views
    18,187

    SWF to EXE.. yep.. again

    a lot of people ask this kinda thing so.. lets try it..

    I'm looking for a EXE wrapper for a SWF file (game in the end). I still use AS2 (CS4). Now, I would like one that allows Dynamic screen res...
  18. Replies
    0
    Views
    1,600

    [CS4] Editing Flash Frame Labels

    I upgraded to CS4 a while back and one thing have been really bothing me.. I use Frame Labels a lot but when I click on the text box to edit the frame label, more often the not, the current label is...
  19. Replies
    1
    Views
    29,569

    If it's worth noting, I know Swift3D is OpenGl,...

    If it's worth noting, I know Swift3D is OpenGl, my machine only supports up to OpenGL 2.1. some of the lower 3 features but nothing after that. I'm partly wondering that might be an issue...
  20. Replies
    1
    Views
    29,569

    V4.5 - File keeps crashing - Help?

    A friend has been working on this and sent it along to me. Neither of us can get it to work.

    He created this file in Swift 3D v4.5, but at one point, it seamed to be not displaying all the shapes...
  21. Replies
    2
    Views
    1,667

    MX04 stupid question but have you tried that and have...

    stupid question but have you tried that and have it work? as I said, when the parent clip is rotated, the X and Y doesn't change for the internal clip, of course, and localtoglobal didn't take...
  22. Replies
    2
    Views
    1,667

    MX04 X and Y of a nested Rotated Clip

    I need to 'lock on' one Movieclip to a fixed point on another. BUT the other is inside of another clip that can be rotated. When the clip is rotated, the X and Y of the clip inside the rotated clip...
  23. Flash MX 2004 (7) - Sloping Isometric Tiles

    Hi

    I'm using Tony Pa's still Excellent tile base Tuts (http://www.tonypa.pri.ee/tbw/) for part of a Isometric tile based game with mouse clicking movement. Now, all that went fine, as expected,...
  24. Replies
    5
    Views
    3,780

    sadly, no i can't really attach the FLA and since...

    sadly, no i can't really attach the FLA and since it's only a couple of lines, i can't quite see how it'll be that much useful when it might be better for just the lines in question.. which are just...
  25. Replies
    5
    Views
    3,780

    It's all in one scene, i'm not using others but...

    It's all in one scene, i'm not using others but that one ^_^
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center