A Flash Developer Resource Site

Search:

Type: Posts; User: Progenitor

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    690

    Can anybody help with this? Maybe there's a...

    Can anybody help with this? Maybe there's a different scrip to be used for pausing a frame for a few seconds before going to the next frame.....?
  2. Replies
    1
    Views
    690

    [CS3] Pause Frames

    I am trying to pause between frames for a few seconds, using this:
    start = getTimer();
    while (start+3000>now) {
    now = getTimer();
    }

    Somehow is not working for CS3, but it's what I used to use...
  3. Replies
    3
    Views
    4,484

    Got it! Actually makes sense when I look at it...

    Got it! Actually makes sense when I look at it like this.
    Thanks a mill!! Appreciate the help!
  4. Replies
    3
    Views
    4,484

    Windowless Flash Popup from HTML site

    I guess this has been asked many times. I'm looking to have a flash popup from my index page, now I can do that part, however I don't want the flash to appear in square window.
    I don't mean...
  5. Replies
    1
    Views
    497

    Flash Gallery

    This one might be a simple one for you pros out there. All I need to do is create an exe gallery file for cd. What I have is a folder containing images. All I want the exe do do is have 2 buttons...
  6. Not sure if I get you 100% but this might solve...

    Not sure if I get you 100% but this might solve your problem:

    make each of you thumbnails a button, then add this script to each button:

    on (release) {...
  7. When using the code given to you I suggest that...

    When using the code given to you I suggest that you go into expert mode, delete everything you see & then copy and paste exactly as it was given to you. Just make sure you don't have too many of any...
  8. Replies
    1
    Views
    336

    Alternatively....can it the mov clips be played...

    Alternatively....can it the mov clips be played within the exe but fed from a folder on the cd?
  9. Replies
    1
    Views
    336

    Stand Alone Players & New Windows

    Hi People...

    Wonder if you can help - is it possible to open a pop up window (fixed size, no scrolls etc) from with an (exe) stand alone flash player/ I'm trying to link it to some HTML pages to...
  10. Replies
    8
    Views
    686

    LOMOs

    The cheapest place i have found is e-bay! Anybody know any place cheaper that will ship to EU? I have teh actionsampler which is pretty cool, but I recon the LC-A with a colorsplash flash is the way...
  11. Replies
    2
    Views
    430

    Loop da Loop

    Anybody know how to have a movie clip loop say 5 times before going on to a new key frame?:confused:
  12. Replies
    3
    Views
    405

    Maybe try Macromedia freehand...I've never used...

    Maybe try Macromedia freehand...I've never used it myself by I hear it'sa pretty pwerful drawing tool...and then you can just import it into flash! Just an idea...sorry if it sux!!! :rolleyes:
  13. Replies
    1
    Views
    418

    MC scrolling by means of buttons?

    HI,

    I have a MC that's about 4 times wider than my document. Is there a way that when I click on a button the mc scrolls either left r right to postion a cordinate to show in the document...
  14. Replies
    2
    Views
    484

    any takers?:confused:

    any takers?:confused:
  15. Replies
    2
    Views
    484

    BOunce Bounce

    Hi,

    i am using MX 2000 & am looking for a script to create something like the bounce effect on the menu in this URL: www.hoitytoity.co.za

    thx,
    A.
  16. Thread: Forms

    by Progenitor
    Replies
    2
    Views
    377

    Forms

    Hi All,

    I know this is a question that has been asked over & over again...I sure have asked this one over & over again.

    I need to know how to do a form. I can design the form...that's not a...
  17. Thread: Scrolling

    by Progenitor
    Replies
    2
    Views
    427

    Scrolling images

    I want to scroll images in a movie clip with 2 buttons....one going left & one going right. Is it possible that the movie clip loops in such a way that where my last image ends the first one starts...
  18. another stupid question...anybody have a sample...

    another stupid question...anybody have a sample of a scroll pane - not sure of these flashy terms! :rolleyes:
  19. Replies
    2
    Views
    400

    That's it!!! Thx ... you're a headsaver!!! I...

    That's it!!! Thx ... you're a headsaver!!! I forgot to export for actionscript! It's been a while since I've played in flash
  20. I struggled with this one for months so don't...

    I struggled with this one for months so don't think it is possible to justify dynamic text...I set properties, submitted threads, asked questions, surfed the net...and still my text remains...
  21. Do you mean from one HTML frame to another?

    Do you mean from one HTML frame to another?
  22. Replies
    2
    Views
    324

    maybe this is a really stupid question....but...

    maybe this is a really stupid question....but what is an iframe?
  23. Replies
    2
    Views
    400

    Attach movie clip

    I have a MC in my libaray that i am trying to attach from a button in my main movie - this is the code I am trying to use, but it doesn't work...think the problem might be with the _root. ... not...
  24. Replies
    0
    Views
    349

    Voting/Poll?

    Hi All,

    Let me try make as much sense as possible here: I wanna do some kind of poll/vote thing.

    say I have a question & 3 options, eg:

    ************

    Will JFK be the new president?
  25. Replies
    4
    Views
    437

    Can anybody tell me if this is meant to work? ...

    Can anybody tell me if this is meant to work?

    on (release) {
    _root.gotoAndPlay("exit", 1);
    }
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center