A Flash Developer Resource Site

Search:

Type: Posts; User: Beakers

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,013

    Well... if this is lower than -3192.15 on the...

    Well...

    if this is lower than -3192.15 on the stage then it will reset it back to the right via saying this._x = 49.

    Do you have a .swf or something you can show us so we can better work out...
  2. Replies
    3
    Views
    837

    Hi, You want to look into basic flash...

    Hi,

    You want to look into basic flash animation and button control.

    From a guess, you would have 10 frames inside a MovieClip which has the rollOver effect. That would be followed by another...
  3. Replies
    3
    Views
    1,010

    Buttons because they are simple buttons and can't...

    Buttons because they are simple buttons and can't contain real timelines default to them controlling whatever they are placed within whether it is in the main timeline or another MovieClips timeline....
  4. Replies
    13
    Views
    1,449

    Change the line:

    Change the line:

    <form id="form1" action="" enctype="multipart/form-data" name="form1">

    to

    <form id="form1" action="webmail.php" method="post" enctype="multipart/form-data" name="form1">
    ...
  5. Replies
    1
    Views
    1,372

    Doubt it will be anything to do with depth...

    Doubt it will be anything to do with depth numbers. How do you put your games together? Do you use a lot of ClipEvent(enterFrame)s? Do you use one frame on the main timeline or do you have it looping...
  6. Replies
    2
    Views
    1,242

    If you are learning As2:...

    If you are learning As2: http://www.flashkit.com/tutorials/

    Everything you need to know about interaction and so on is in there.

    Good luck!
  7. Replies
    13
    Views
    1,449

    Is the contact form in Flash? Have a bash at:...

    Is the contact form in Flash?

    Have a bash at:
    http://www.kirupa.com/developer/actionscript/flash_php_email.htm
    or:
    http://www.flash-template-design.com/flash_php_contact_form.php

    If you run...
  8. Replies
    8
    Views
    1,657

    You really need to look into syntax structures...

    You really need to look into syntax structures and learn what { } and ( ) mean.

    Look at your code.

    on (release) { builders -= 25; money +=35; totalcitizen -= 25; food +=10;}
    You open the on...
  9. Replies
    13
    Views
    1,449

    Hey got it, Right... Inside your...

    Hey got it,

    Right...

    Inside your 2_gall_gall1_main_pic_change MovieClip, the bit that has all the aminations for your photo slideshow effect. Frame 2, layer 14 there is that white square in the...
  10. Replies
    9
    Views
    2,019

    Hey again, Yeh if you want to rotate dynamic...

    Hey again,

    Yeh if you want to rotate dynamic text you need to embed the font.

    Click your text boxes and go to Properties. Not sure which Flash version you are using but around the area you gave...
  11. Replies
    13
    Views
    1,449

    Hi itsOtto, lol so it does. Email it over to...

    Hi itsOtto,

    lol so it does. Email it over to iain@beakable.com and I'll take a look and get it back to you in 5 if you're fast :)
  12. Replies
    8
    Views
    1,657

    Should work, post your code of what you are...

    Should work, post your code of what you are applying it in and I'll help.
  13. Replies
    9
    Views
    2,019

    Ok got it, been ages since I've touched AS2 it...

    Ok got it, been ages since I've touched AS2 it was starting to stress me out ha.

    If you change:
    function myTimer(){
    trace(txt_secondsleft)
    txt_secondsleft--
    }
    to:
    function myTimer(){...
  14. Replies
    9
    Views
    2,019

    Hmmm I dont have your data stuff so changed to...

    Hmmm I dont have your data stuff so changed to onClipEvent(load) and replaced your this.serverHours etc to just a placeholder 10 and it worked.

    onClipEvent (load) {
    txt_hoursleft = 10...
  15. Replies
    9
    Views
    2,019

    function myTimer() { trace(txt_secondsleft)...

    function myTimer()
    {
    trace(txt_secondsleft)
    txt_secondsleft--
    }
    setInterval( myTimer, 1000 );

    Should work myTimer being the function you want to call, with 1000 being 1 second :)
  16. Depending on your level and if its AS3 or what...

    Depending on your level and if its AS3 or what not.

    A: Landing page with 3 links for different resolution choices (not so great).
    B: If you are using AS3 set it up so only certain things are...
  17. Replies
    8
    Views
    1,657

    Vexy got the pointy thing the wrong way round...

    Vexy got the pointy thing the wrong way round should be higher than without the equals sign.

    if(number > 0)
  18. Thread: addchild

    by Beakers
    Replies
    1
    Views
    653

    addChild is as ActionScript 3.0 method for...

    addChild is as ActionScript 3.0 method for placing your display object into the actual display.

    So you have:

    var myStar:MovieClip = new star();
    myStar.x = 20
    myStar.y = 20
    addChild(myStar)
    ...
  19. Replies
    4
    Views
    759

    Hmmm might find to prevent other bugs that could...

    Hmmm might find to prevent other bugs that could arise from clicking your buttons fast you can just fix it by removing the listeners when the button is clicked, and using the tweener onCompletion to...
  20. Replies
    13
    Views
    1,449

    Howdy howdy, Without seeing all of the Flash...

    Howdy howdy,

    Without seeing all of the Flash AS, then what you have pasted looks about right.


    if(_root.pic_num>5) {gotoAndPlay("replay");}
    _root.gal.play();
    }

    There is 6 pictures in your...
  21. Hmmm in IE8 it pretty much just dies out and...

    Hmmm in IE8 it pretty much just dies out and doesn't get anywhere as far as my FF screenshot.

    Chrome clicking News gives the feeling that Flash is dead and explains your 15 second script timeout...
  22. Hmmm I wonder if has any thing to do with this: ...

    Hmmm I wonder if has any thing to do with this:

    http://www.beakable.com/img/temp.jpg

    Flash taking to long to load in the image and the scipt perhaps breaking :?

    I'll have a play about with...
  23. Replies
    2
    Views
    3,392

    Hi vky, Save me having to put together a page...

    Hi vky,

    Save me having to put together a page and flash animation do you have a link so I can test with?

    Ta
  24. Replies
    2
    Views
    6,280

    If you do need to use JavaScipt then the easiest...

    If you do need to use JavaScipt then the easiest way would be:



    <script type="text/javascript">
    function submitSelections() {
    var newURL="http://www.sampleURL.com/index.html"
    newURL =...
  25. Replies
    2
    Views
    6,280

    Do you need to use JavaScript for a reason? If...

    Do you need to use JavaScript for a reason? If you do then sorry for this daft reply :p


    <form id="form1" name="form1" action="http://www.sampleURL.com/index.html" method="get">
    <strong>Select...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center