A Flash Developer Resource Site

Search:

Type: Posts; User: chriso20

Page 1 of 14 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    14
    Views
    1,004

    Feel free to send me your FLA I will take a...

    Feel free to send me your FLA

    I will take a look when and if i have a bit of free time!

    Chris
  2. Replies
    14
    Views
    1,004

    Here's the code, just post it into layer1 of a...

    Here's the code, just post it into layer1 of a new file.



    // my quick way of making 84 buttons
    for (i=1; i<=84; i++) {
    // create new movieClips called thumb1, thumb2, thumb3 etc......
  3. Replies
    14
    Views
    1,004

    Here's a file in CS3 format, guessing you have...

    Here's a file in CS3 format, guessing you have that at least.

    You should be able to use it.

    The code is commented. Hope it helps

    Cheers,
    Chris
  4. Replies
    3
    Views
    1,002

    I'm guessing your flash embed code isn't keeping...

    I'm guessing your flash embed code isn't keeping the original size.

    You should use swfObject not whatever you're using at the moment.
    http://board.flashkit.com/board/showthread.php?t=682691
    ...
  5. Replies
    14
    Views
    1,004

    So you want the button to stay lit when clicked,...

    So you want the button to stay lit when clicked, but then when another button is rolled over it fades out again?

    If so



    thumb02.onRollOver = function() {
    thumb01.onRollOver=function(){...
  6. Replies
    3
    Views
    1,002

    firstly, locking layers in flash is so you can't...

    firstly, locking layers in flash is so you can't accidently change their properties, like position or opacity. It doesn't affect an exported flash movie.

    Re: Elements on the 'pasteboard' (the area...
  7. Replies
    14
    Views
    1,004

    thumb01.onRelease = function() { delete...

    thumb01.onRelease = function() {
    delete thumb01.onRollOver;
    delete thumb01.onRollOut;
    }

    i think!
  8. Replies
    8
    Views
    613

    Got a little carried away but i hope this helps...

    Got a little carried away but i hope this helps :) let me know if u need more help.

    Sorry if this patronises you lol

    File is CS3 compatible. That's the lowest CS4 could go, hope you have it!
  9. Replies
    0
    Views
    558

    Working out a formula - help!

    Can anyone work out a formular for this?...

    I just can't get my head around it! :(

    Scale to help explain:

    |______________|______________|______________|______________|...
  10. Replies
    8
    Views
    613

    If the movieClips are dynamically created instead...

    If the movieClips are dynamically created instead of placed on the stage, they won't disappear as you'd expect.

    You'll either have to put them in a placeholder movieClip that was istelf placed on...
  11. Thread: Dell 3008WFP

    by chriso20
    Replies
    8
    Views
    1,921

    No i do, i just think i'd prefer to work on a...

    No i do, i just think i'd prefer to work on a single 30" display instead of my 2 24"s.

    Although it depends on what you're doing on it.

    design = 30"
    coding = 2x24"

    but then again i use my...
  12. Replies
    4
    Views
    2,175

    I was thinking, as long as the internal system...

    I was thinking, as long as the internal system can't be accessed from the web, then it's extra safe.

    Hmmm... Veerrryyy interesting :D

    Anyone done anything similar? Using XAMPP for less than...
  13. Thread: Dell 3008WFP

    by chriso20
    Replies
    8
    Views
    1,921

    I have dual 24" DELL widescreen monitors. ...

    I have dual 24" DELL widescreen monitors.

    Absolutely love them, however i find it had to set them up so they're both being used (most the time im 80% on one, 20% on the other). i think due to the...
  14. Replies
    4
    Views
    2,175

    Running a business locally with XAMPP?

    Hey,

    Didn't quite know where to put this so here it is...

    I know a few small businesses that would benefit from some form of computer automation with regards to their books and the way they run...
  15. Replies
    2
    Views
    524

    It actually fixes the problem, but the mouse...

    It actually fixes the problem, but the mouse flickers before the mouse_move.

    Can someone shine some light on why this is so buggy?
  16. Replies
    2
    Views
    524

    Only thing i can think of is that there's an...

    Only thing i can think of is that there's an issue with rolling over an object that then moves? is it a problem with the tweenLite class i'm using maybe?

    [EDIT]
    I've slowed down the movie for...
  17. Replies
    2
    Views
    524

    ROLL_OVER jitter bug/glitch ?

    Hey,

    I'm working on an image gallery - when you roll over a thumbnail it enlarges it.

    Problem is the thumbnail wobbles quite often when you don't roll over fully.

    Any ideas?

    Here's the...
  18. Replies
    4
    Views
    490

    I really don't know anything about nativeWindow...

    I really don't know anything about nativeWindow to be honest...

    Sorry!
  19. Replies
    8
    Views
    613

    Now can you post the code that 'goes back to the...

    Now can you post the code that 'goes back to the main menu' or hides your slideshow?

    The code you posted doesn't appear to be the problem, and as you stated - this part works fine.


    Quick: You...
  20. AAAAAAaaaaaaaahhhh! :) Thanks for that, it...

    AAAAAAaaaaaaaahhhh! :)


    Thanks for that, it alll becomes clear now... haha

    Cheers again
  21. Replies
    4
    Views
    490

    What code are you using to resize the movieClip...

    What code are you using to resize the movieClip currently?
  22. The only way i can see to do it at the moment is...

    The only way i can see to do it at the moment is having another object storing variables like this;

    anotherObject["mc"+a+"_"+b+"_x"] = obj.x;
    anotherObject["mc"+a+"_"+b+"_y"] = obj.y;

    (^ for...
  23. [RESOLVED] adding variables to movieClips?

    Hey,

    (Using AS3)

    I'm doing a simple grid layout of boxes (movieClips), i'm then trying to save their current position to each of the movieClips.

    So in AS2 i'd do something like ...
    ...
  24. Thread: Multiplayer

    by chriso20
    Replies
    19
    Views
    1,902

    Just interested now but.. Is there any way of...

    Just interested now but..

    Is there any way of finding out how much bandwidth i've used in a single request?

    So i send a request to a PHP page, it checks if the other person has moved, if so,...
  25. Thread: Multiplayer

    by chriso20
    Replies
    19
    Views
    1,902

    superb replies, thank you! I now really don't...

    superb replies, thank you!

    I now really don't think a VPS is the way to go, i don't need anything major.

    Cheers again, i now know where to go from here!

    Chris
Results 1 to 25 of 330
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center