Welcome to TalkGraphics.com

Search:

Type: Posts; User: MindGem; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,573

    The site had no sting, but it took me only 1...

    The site had no sting, but it took me only 1 second to load it though.
    I am on ADSL=server at 500kb/sec
    If you wanted to check speed at testMovie/Bandwidth profiler

    Play DrugBaron:...
  2. I came a bit late to see the site..its prolly...

    I came a bit late to see the site..its prolly been down for a couple of years now..
    But any of you know this guy still, i like to see what all the commotion was all about.

    Play DrugBaron:...
  3. Replies
    1
    Views
    1,799

    Poll: Just make the shapetween, and select all frames...

    Just make the shapetween, and select all frames and paste tehm inside a movieclip, motiontween it,
    and u are done,
    maybe that sounded tough,
    create a graphic ball, make it a movieclip, get...
  4. Replies
    2
    Views
    2,655

    U can use _level for that. ...

    U can use _level for that.

    _root._level2.gotoAndStop(2);

    _root._level3.gotoAndPlay(4); http://www.talkgraphics.com/images/smilies/tongue.gif

    Play DrugBaron: www.mindgem.nu/drugbaron.html...
  5. Replies
    3
    Views
    1,994

    If you code "freehand" ai expertmode. the code...

    If you code "freehand" ai expertmode.
    the code looks like this:
    getURL ("http://www.mindgem.nu", "_self");

    where the second parameter is the type of window the address will open with, _self is...
  6. Replies
    4
    Views
    2,953

    Declaration: quotes= new Array();...

    Declaration:

    quotes= new Array();
    quotes=["one","two","three","four"];

    Event:

    randomizer = int(math.random()*quotes.length);
    display = display + " " + quotes[randomizer];
    ...
  7. Thread: fade a picture

    by MindGem
    Replies
    3
    Views
    2,534

    if(i>0){ i--; _root.MC._alpha=i; } make...

    if(i>0){
    i--;
    _root.MC._alpha=i;
    }


    make that loop. so u can set the speed of the shade. http://www.talkgraphics.com/images/smilies/rolleyes.gif

    Play DrugBaron:...
  8. Replies
    3
    Views
    2,488

    If u are using flash 5.0 and not MX u can simply...

    If u are using flash 5.0 and not MX
    u can simply ad this code to ur firstFrame.
    reguardless of ur preloaderCode.

    ifFrameIsLoaded("urFinalFrame"){
    gotoAndPlay("whereUwantToPlay"); }

    this will...
  9. Replies
    9
    Views
    4,607

    I could not get in to load. blank screen. Play...

    I could not get in to load. blank screen.

    Play DrugBaron: www.mindgem.nu/drugbaron.html
    Play GraffitiCreator: www.mindgem.nu/graffiti.html
    Some Eyecandy: www.mindgem.nu/galleryindex.html
Results 1 to 9 of 9