Javil
%Europe/Berlin %117 %2007, 03:49
Hoi,
Ik heb deze AS van http://www.sitepoint.com/article/simple-typewriter-effect
3. In the first key frame, insert the action:
text = "This text is being displayed with type writer effect";
max = length(text);
loop = 1;
4. In the second key frame insert the action:
loop = loop + 1
type = substring(text,1,loop);
5. In the third key frame insert the action:
if (i > max)
{ stop(); }
else
{ gotoAndPlay (2); }
Maar ik heb 1 probleempje..
Het stopt.....
Ik heb nu in frame 297,298,299 deze AS staan van typewriter, maar in frame 300 ga ik wel
verder met m'n opbouw van mijn site.. (andere layer)
Kan iemand mij vertellen waarom die typewriter niet doorloopt en maar een beetje laat zien
en dan afkapt? Ik kan het niet vinden..
Ik heb ook geprobeerd om die 3 actions in een MC te zetten maar dat helpt ook niet.
Weet iemand de oplossing, dank u vriendelijk alvast :)
Ik heb deze AS van http://www.sitepoint.com/article/simple-typewriter-effect
3. In the first key frame, insert the action:
text = "This text is being displayed with type writer effect";
max = length(text);
loop = 1;
4. In the second key frame insert the action:
loop = loop + 1
type = substring(text,1,loop);
5. In the third key frame insert the action:
if (i > max)
{ stop(); }
else
{ gotoAndPlay (2); }
Maar ik heb 1 probleempje..
Het stopt.....
Ik heb nu in frame 297,298,299 deze AS staan van typewriter, maar in frame 300 ga ik wel
verder met m'n opbouw van mijn site.. (andere layer)
Kan iemand mij vertellen waarom die typewriter niet doorloopt en maar een beetje laat zien
en dan afkapt? Ik kan het niet vinden..
Ik heb ook geprobeerd om die 3 actions in een MC te zetten maar dat helpt ook niet.
Weet iemand de oplossing, dank u vriendelijk alvast :)