Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by keish

  1. keish

    External vars

    Hello all I'm loading external vars from a txt file into texboxs. I also have movieclips that might be visible or invisible. The problem is that I want to be able to have cases when some especific vars are loaded, a case in wich nothing is loaded and another case for everything else. What I...
  2. keish

    (Help) Simple Visible/unvisible movieclip with external var

    I will do like u told me but for now the problem is with the positioning of the movieclips but let me show you the big picture: I have several friends that go abroad all the time. Im creating a fla to see where they are. When they are out somewhere, I register him/her on an excel file and...
  3. keish

    (Help) Simple Visible/unvisible movieclip with external var

    Ok, u were right. The problem was with the txt file. I didn't have the & at the end of each variable. I now have: text.txt: &stat=Alison& &stat2=Rute& &stat3=Cameron& &stat4=Eugene& &stat5=Rita& I still have some questions though. The code you gave me works fine with one textbox and one...
  4. keish

    (Help) Simple Visible/unvisible movieclip with external var

    I need some help from you guys. I don't have much knowledge of Actionscript yet so my question might be simple to solve. I have a fla with a dynamic textbox instanced as box_txt and a movieclip instanced as movie_mc. Then I have an external txt file named text.txt with only one var: &stat...
  5. keish

    Position of mc (x,y) based on external var

    I've tried to use the Kenneth code and it works fine but I still have a problem. I need to change both x and y coordinates, so I tried the following but nothing happened: myData = new LoadVars(); myData.onLoad = function(success) { if (success) { box1_txt.htmlText = this.friend1...
  6. keish

    Position of mc (x,y) based on external var

    Thank you guys for your quick help. Both codes seems right. You're life savers ;). I really appreciate it. Keish
  7. keish

    Position of mc (x,y) based on external var

    Hi, I'm kinda new in actionscript so I need your help on this. I'm trying to create a swf that gets vars (friend1;friend2;local1 and local2) from a txt file and insert it on the textboxs (instanced as box1_txt;box2_txt;local1_txt and local2_txt). So far so good. I managed to do that with the...

Part and Inventory Search

Back
Top