[Flash] loading dynamic text

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

Status
Not open for further replies.

BRaiNRaiN

Crusading against smileyspammers!
Jun 8, 2001
13,552
63
Hai! I hope there are some Flash experts in UTA

i'm doing stuff for uni (im a complete flash / code noob) but im walking into some troubles.
I'm working on a interactive map and every time I click on a place it should load some text, which stands in an dynamic textbox, like this:

on (release){
TextboxSluisI._visible = true;
TextboxSluisII._visible = false;
TextboxSluisIII._visible = false;
TextboxSluisIV._visible = false;
TextboxSluisV._visible = false;
TextboxDeelenlaan.visible = false;
TextboxWaalstraat.visible = false;
TextboxLijnsheike.visible = false;
TextboxHeikantsebaan.visible = false;
TextboxEnschotsestraat.visible = false;
TextboxBosscheweg.visible = false;
TextboxOisterwijksebaan.visible = false;
TextboxTrappistenbrug.visible = false;
TextboxBiesthoutakker.visible = false;
TextboxHolenakker.visible = false;
TextboxKattenberg.visible = false;
TextboxGroenewoud.visible = false;
TextboxHeuvel.visible = false;
TextboxHoutens.visible = false;
TextboxSon.visible = false;
TextboxHooydonk.visible = false;
TextboxStadvanGerwen.visible = false;
TextboxOranjelaan.visible = false;
}

every time I make one textbox active.. the first five textboxes worked.. but the 6th didnt anymore..
Is Flash restricted to 5 dynamic textboxes or something? And How can I solve it? Dunno any programming so loading xml files or so.. dont know what to do :P

HEEEELP! i'm clueless!

edit:

picture of my 'app'


Edit: Problem Solved!
 

Attachments

  • wilhelmina.png
    wilhelmina.png
    130.4 KB · Views: 16
Last edited:
Status
Not open for further replies.