A Flash Developer Resource Site

Search:

Type: Posts; User: Akira^Mk2

Search: Search took 0.03 seconds.

  1. Blimey! I've got one problem with this code!...

    Blimey! I've got one problem with this code! (this simple task is driving me crazy!!!!!!:( )

    when I do myDate.getHours(); it ADDS an hour if I see it on PC, but works fine on Mac. Obviously if I...
  2. Whoo, I was being stupid! I didn't know some of...

    Whoo, I was being stupid! I didn't know some of the Date object properties were zero based :/

    Glenn, thanks a million for your help!!!
  3. OK, my clock actionscript is completely BONKERS!...

    OK, my clock actionscript is completely BONKERS! Just check out the attached .swf file.

    I have an mc with two frames and two layers. Layer 1 has the dynamic text, pointing to variable 'dynaclock'....
  4. Replies
    3
    Views
    554

    Ok, found two things you can do to improve it a...

    Ok, found two things you can do to improve it a wee bit, which I have done already.

    Add more nextframe or prevframe commands at the fast buttons, so they change frames faster. Mine has about two...
  5. Replies
    3
    Views
    554

    Aye, I got to the same point meself, now I would...

    Aye, I got to the same point meself, now I would like to know if ya can make it change volume :) as far as I know this would not be possible, but prove me wrong :)

    You wanted a challenge, I give...
  6. Superbog, the array master! :) Oh yeah, splicing...

    Superbog, the array master! :) Oh yeah, splicing it in... this is the method I like to call 'insert ordered' :) ...

    I think I will be able to figure it out myself, if not, I'll drop you a line....
  7. When you export your SWF files, generate a size...

    When you export your SWF files, generate a size report logfile so you see what the hell is taking up so much space. You will soon find out what is that you've got to optimize.

    Cheers,
  8. Replies
    11
    Views
    885

    I think you shouldnt be loading variables onto...

    I think you shouldnt be loading variables onto zero. your command was like:

    loadVariables ("abc.txt",0);

    Remove that zero:

    loadVariables ("abc.txt","");

    That will load the variables into...
  9. Replies
    1
    Views
    1,481

    I think we have done something like that in...

    I think we have done something like that in various sections at our site, Molecule. Please check out the Portfolio section and see the little scroller with the many squares. This is a tween that goes...
  10. I have resolved my matrix query thanks to...

    I have resolved my matrix query thanks to Superbog (thanks a million mate), but now another question arose.

    Is it possible for me to sort these arrays using teh sort function? This is my example:...
  11. I just made a magnifying glass thingie with help...

    I just made a magnifying glass thingie with help of the tutorial that appears here in Flashkit, but I ave a stupid problem with the masks.

    The part outside the mask is shown like an outline of...
  12. Replies
    1
    Views
    473

    Hey everybody, I've got a wee problem here. I...

    Hey everybody,

    I've got a wee problem here. I need to create a matrix structure in Flash 5... is this possible? Can I make arrays have arrays inside them? If so, how would the syntax be to access...
  13. Replies
    1
    Views
    369

    I haven't used this methid for loading movies yet...

    I haven't used this methid for loading movies yet (just keep using good ole levels), so I was wondering one thing.

    If I load a movie into a movieclip that can be dragged, will this movie get...
  14. Replies
    5
    Views
    522

    Uhmmm, no again ;P That's not waht I mean, you...

    Uhmmm, no again ;P That's not waht I mean, you really didn't understand what I said. Thansk anyway.

    I think what I want to do is impossible anyway.
  15. Can I change the X and Y positions of the end and...

    Can I change the X and Y positions of the end and start of a motion tween? I have made a tween animation, and made the initial frame an instance, and the end one another instance. What I Want to do...
  16. Replies
    3
    Views
    513

    Thanks

    While sleeping I figured it out ;P

    Thanks a lot for the replies.
  17. Replies
    5
    Views
    522

    Uhmm. no ;P

    I Want export the file while I'm running the SWF, not from within the Flash program. I know how to do that ;P

    Thanks anyway.
  18. Hmm..

    I really don't know what you would like to wo with the clip, but you can perform a really dirty trick and fake such a thing.

    You could create an invisible button shaped as the movie clip, which on...
  19. Replies
    2
    Views
    515

    As far as I know, no.

    The startDrag function will only make draggable ONE object at a time. if you call startDrag again, for another object, the previous object will stop dragging to allow the next one drag.

    However...
  20. Replies
    5
    Views
    522

    Hi guys, I don't know if what I'm trying to do...

    Hi guys,

    I don't know if what I'm trying to do is possible, just lemme know so I don't waste my time brainstorming over this ;P

    What I want to do, is export a JPG(GIF, PNG, or any other graphic...
  21. Replies
    3
    Views
    513

    I havea pretty stupid question about these...

    I havea pretty stupid question about these properties, but hell, it's bugging me a lot so I thought about asking here ;)

    What I want to do is to set a variable with the _xmouse and _ymouse values,...
  22. Replies
    5
    Views
    554

    Ìs there any way I Can parse the HTML from a...

    Ìs there any way I Can parse the HTML from a file? It would loose the point for me if I have to type the HTML inside the swf. I'd like to parse, for example, news from an HTML page I have somewhere...
  23. Hmmm

    Can you do this through 2 movie levels? I'd like to move an object that is inside anotehr movie level, but must be dragged in sync with a window in a different level.
    In theory, if I use...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center