Code:
export function globe1_click() { if ($w('#topicBox1').collapsed) { $w('#topicBox1').expand(); } else $w('#topicBox1').collapse(); } export function oneArrow1_click() { if ($w('#oneSub1').collapsed) { $w('#oneSub1').expand(); } else $w('#oneSub1').collapse(); } export function oneArrow2_click() { if ($w('#oneSub2').collapsed) { $w('#oneSub2').expand(); } else $w('#oneSub2').collapse(); } export function oneArrow3_click() { if ($w('#oneSub3').collapsed) { $w('#oneSub3').expand(); } else $w('#oneSub3').collapse(); }
I'm a paragraph. Click here to add your own text and edit me. It's easy.
I'm a paragraph. Click here to add your own text and edit me. It's easy.
I'm a paragraph. Click here to add your own text and edit me. It's easy.
I'm a paragraph. Click here to add your own text and edit me. It's easy.
I'm a paragraph. Click here to add your own text and edit me. It's easy.
I'm a paragraph. Click here to add your own text and edit me. It's easy.
I'm a paragraph. Click here to add your own text and edit me. It's easy.
I'm a paragraph. Click here to add your own text and edit me. It's easy.