A Flash Developer Resource Site

Search:

Type: Posts; User: sintech

Page 1 of 15 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    298

    Dyanically loaded clip preloader

    I've been trying to figure out a preloader system for loading dyamic flash movie clips as of now inside of the loaded movie clip(which is seperate from my main flash movie) i have a loader bar movie...
  2. Replies
    3
    Views
    1,686

    yeah that's an odd one

    yeah that's an odd one
  3. Thread: losthumans.com

    by sintech
    Replies
    18
    Views
    2,841

    getting script errors

    getting script errors
  4. Replies
    3
    Views
    1,686

    did you try drawing a hand in a mc and say on...

    did you try drawing a hand in a mc and say on mouseOver start drag on the mc and set it's _visible to 1 and on rollout /dragout/release outside set _visible=0 and stopdrag
    oh yeah and do mouse hide...
  5. Thread: hi

    by sintech
    Replies
    0
    Views
    363

    hi

    did you try drawing a hand in a mc and say on mouseOver start drag on the mc and set it's _visible to 1 and on rollout /dragout/release outside set _visible=0 and stopdrag
  6. Thread: avp-movie.com

    by sintech
    Replies
    14
    Views
    2,178

    it will rock

    they have been trying to make this film since the early 90's it just never got off the ground. The comic book has been around for ages. And they even hinted at Aliens V Predator in predator 2 at the...
  7. Thread: an older site

    by sintech
    Replies
    0
    Views
    354

    an older site

    this is an older site that i did but it never went any further. It's been collecting dust and i was wondering what you guys thought of it
    visco
    pls critique
  8. Thread: Luminosity

    by sintech
    Replies
    2
    Views
    389

    make sure the object you want is selected and is...

    make sure the object you want is selected and is converted to either a Movie clip or a graphic when you select it look at the bottom of the screen in the property inspector and you will see a list...
  9. Replies
    5
    Views
    434

    I know be\ut we used to be able to and I never...

    I know be\ut we used to be able to and I never changed the code:o
  10. Replies
    5
    Views
    434

    hmm must have spoken too soon it actually is...

    hmm must have spoken too soon it actually is changing the whole number everytime i look at it this isn't working quite yet
  11. Replies
    5
    Views
    434

    so

    I used the date.getTime() thing and I think it worked I just hope I found the right conversion from days to miliseconds
    what i found was
    1 day= 86,400,000ms
    so i just did...
  12. Thread: Layer limits??

    by sintech
    Replies
    12
    Views
    549

    hmm

    doh Nevermind
  13. Replies
    5
    Views
    434

    date and shared objects

    looking to find a good action script involving a shared object that holds the date after a button is clicked. This I can do just fine, but what I am looking for is a good way for the next time the...
  14. Thread: button trouble

    by sintech
    Replies
    1
    Views
    342

    button trouble

    here is my dilemma I have a navigation with buttons ,lots of 'em, I have a little banner animation that flies out when you rollover each button with a description of what each one is. Now if you...
  15. Replies
    14
    Views
    1,182

    it won't show up because you're using a...

    it won't show up because you're using a component. Components are annoying in the sense that when you use one it adds all of this stuff to the first frame for export. This is loaded first before even...
  16. Replies
    13
    Views
    786

    I must say certainly the best church site I've...

    I must say certainly the best church site I've ever seen , but the anitmation is really lagging all over maybe too much is on the screen at once or maybe you got a buggy script in there...
  17. Replies
    10
    Views
    731

    definately need to up the frame rate but...

    definately need to up the frame rate but otherwise good
  18. Replies
    4
    Views
    558

    yeah that should work just put the if statements...

    yeah that should work just put the if statements in the runebeaz clip on frames like this
    frame 1

    percentloaded=Math.round((_parent.getBytesLoaded/_parent.getBytesTotal))*100;
    if...
  19. Replies
    4
    Views
    558

    why don't you let the runebeaz light up the runes...

    why don't you let the runebeaz light up the runes on that main page.
    what you could do is this on the main clip
    first tell your main movie to load the rune beaz clip

    ...
  20. Replies
    8
    Views
    573

    if you just want the root to main movie to...

    if you just want the root to main movie to continue just put

    _root.gotoAndPlay(2)

    and that will work
  21. Replies
    8
    Views
    573

    yes you need to change that to the name of the...

    yes you need to change that to the name of the clip that you want to play(the instance name) if you click on the clip, the property inspector will change at the bottom of the flash document. you'll...
  22. Replies
    8
    Views
    573

    send ur movie to pete@digitaltelepathy.com I'll...

    send ur movie to pete@digitaltelepathy.com I'll have a look at it
  23. Replies
    8
    Views
    573

    in frame 1 of your movie put this ...

    in frame 1 of your movie put this


    _root.count=0


    at the end of your clip (when the button gets checked off) add this

    _root.count+=1;
    if (_root.count>=8) {
  24. if it's online already sometimes flash doesn't...

    if it's online already sometimes flash doesn't like to read stuff in a relative path to the movie.
    Try putting in the entire url.

    If you're just trying to pass information into flash still it...
  25. Replies
    14
    Views
    1,182

    when it's online you just need the url like...

    when it's online you just need the url
    like "http://www.yoursite.com/mp3s/my.mp3"
    this will stream for sure I use it myself
Results 1 to 25 of 355
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center