• ARCHIVES 
  • » First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

Pages: 12

First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

andreapaula08
» n00b
FTalk Level: zero
54
0
1969-12-31

First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code after this [quote]<a id="skipLnk" href="javascript:setDest()">skip intro</a>[/quote] here is the code: [spoiler]<Object ID=merlinfstweakers ClassID=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></Object> <script language="JavaScript"> var RoverID; var RoverACS; merlinfstweakers.Connected = true; RoverLoaded = LoadLocalAgent(RoverID, RoverACS); Rover = merlinfstweakers.Characters.Character(RoverID); Rover.Show(); Rover.moveto(screen.width-150,screen.height-150,5); Rover.Play("DontRecognize"); Rover.Play("Announce"); Rover.Speak("Bye!"); Rover.Hide(); function LoadLocalAgent(CharID, CharACS) { LoadReq = merlinfstweakers.Characters.Load(CharID, CharACS); return(true); } </script> [/spoiler] You can add some action and speeches by going here :arrow: http://theftalk.com/t19881-List-what-merlin.html need repu please :D tnx! PREVIEW: http://h1.ripway.com/erjunecastro/NewTextDocument.htm

Last edited by andreapaula08 (2008-07-01 21:32:34)

m0g0l
» FTalker
FTalk Level: zero
129
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

[b]newbie here!:) what is that merlin all about?? uyntil now, i dont know what is that, and what can it do in our profile???[/b]
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

Is it a must to use andHa's welcome page trick for us to able to use this merlin thing?
andreapaula08
» n00b
FTalk Level: zero
54
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

nope u can add it in any welcome/enter page trick
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

I see..hmm,ur live preview is not working.. Nyweiz,thanx for sharing.. I'll try this one!:D
andreapaula08
» n00b
FTalk Level: zero
54
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

its working now,I updated it. :D
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

Hey..i tried using the one which can do actions and speech thing.. But its not working.. Merlin just keeps on staring.. (and now he's sleeping..) Now what's wrong with it(him)??:D Is there any problem with the codes??
andreapaula08
» n00b
FTalk Level: zero
54
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

can I see your merlin codes?
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

here... [spoiler]<html> <head> <script><!-- document.write('<OBJECT ID="Rainbow" width="0" height="0" CLASSID="CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F" CODEBASE="#VERSION=2,0,0,0"></OBJECT>'); document.write('<OBJECT ID="TruVoice" width="0" height="0"CLASSID="CLSID:B8F2846E-CE36-11D0-AC83-00C04FD97575" CODEBASE="#VERSION=6,0,0,0"></OBJECT>'); var Char; var UsedChars; var CharID; var CharACS; var CharLoaded; var LoadReq; var HideReq; UsedChars = "Char"; CharID = "Char"; CharACS = ""; CharLoaded = false; Window_OnLoad(); function Window_OnLoad() { Rainbow.Connected = true; CharLoaded = LoadLocalChar(CharID, CharACS); if (!CharLoaded) { CharLoaded = LoadLocalChar(CharID, ""); } if (CharLoaded) { SetCharObj(); } CheckLoadStatus(); } function LoadLocalChar(CharID, CharACS) { Rainbow.RaiseRequestErrors = false; if (CharACS == "") { LoadReq = Rainbow.Characters.Load(CharID); } else { LoadReq = Rainbow.Characters.Load(CharID, CharACS); } Rainbow.RaiseRequestErrors = true; if (LoadReq.Status != 1) { return(true); } return(false); } function SetCharObj() { Char = Rainbow.Characters.Character(CharID); Char.LanguageID = 0x409; } function CheckLoadStatus() { if (!CharLoaded) { LoadError(); return(false); } window.status = ""; AgentIntro(); return(true); } function LoadError() { var strMsg; window.status = ""; strMsg = "Error Loading Character: " + CharID + "\n"; strMsg = strMsg + "This Microsoft Agent Script requires the character(s):\n"; strMsg = strMsg + UsedChars; alert(strMsg); } function InitAgentCommands() { Char.Commands.RemoveAll(); } function AgentIntro() { InitAgentCommands(); Char.MoveTo(0, 0); Char.Show(); Char.MoveTo(900, 500); Char.Play("Announce"); Char.Speak(pageViewerFName+"...WELCOME...FEEL At HOME PO...Have a GOOD TIME !..Your USER ID is...."+pageViewerID); Char.Speak("Maligayang Pagdating PO , Kaibigan. The TIME and Date NOW is..."+Date()); Char.Play("Greet"); Char.Speak("I want some noise.. "); Char.Speak("blah blah"); Char.Play("GetAttention"); Char.Play("GetAttentionContinued"); Char.Play("GetAttentionReturn"); Char.Speak("how's life?"); Char.Play("GestureRight"); Char.Speak("want to ply?"); Char.MoveTo(10, 500); Char.Play("GestureLeft"); Char.Speak("need air?"); Char.MoveTo(10, 200); Char.Speak("want water?"); Char.MoveTo(600, 200); Char.Play("DoMagic1"); Char.Play("DoMagic2"); Char.Play("GestureUp"); Char.Speak("alms!spare me something!"); Char.Play("Pleased"); Char.MoveTo(0, 500); Char.Play("Read"); Char.Play("WriteContinued"); Char.Speak("Have fun viewing"+pageViewerFName); Char.Play("WriteReturn"); Char.MoveTo(500, 500); Char.Play("Think"); Char.Think("Have to run!"); Char.Think("Go to go!"); Char.Play("Uncertain"); Char.Speak("\\Chr=\"Whisper\"\\Very Simple Treasure, try to Watch ME Alwayz Here !."); Char.Play("Wave"); Char.Speak("SEE you Later and NOT Goodbye..."+pageViewerFName); Char.Play("Wave"); Char.Hide(); } function playSounds() { document.all.tune.src = "http://h1.ripway.com/iiLeAii/vector/ctwnukeredbutton.wav " } function playSounds1() { document.all.tune.src = "http://h1.ripway.com/iiLeAii/vector/ctwnukeredbutton.wav " } if(navigator.userAgent.indexOf("Firefox") != -1) {alert("Use IE! I dont allow FF users here!!!"); window.location = "http://www.friendster.com"; }//--> </script> .................................. [/spoiler]

Last edited by i i LeA i i (2008-07-01 07:09:56)

sprongky
» FTalkManiac
FTalk Level: zero
752
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

lol its not working on FF only in IE
bles_212000
» FTalkWhiz
FTalk Level: zero
2863
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

wow! nice trick! new idea.. thanks for sharing it here.. :D:thumbsup:
artmann
» n00b
FTalk Level: zero
4
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

[quote][b]sprongky wrote:[/b] lol its not working on FF only in IE[/quote] second the motion

Last edited by artmann (2008-07-01 07:37:28)

i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

mine wont work on FF too..only in IE..
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

im also using merlin on my compilation of enterpage by sir kherminator..=):thumbsup: with shaking no ryt clik... u can also put ur mp3...working nicely if u hide that :D cbox...etc working only in IE... oppsss im also using andha's enterpage tricks :D merlin on ur preview are not working dude anyway thanks for sharing Preview: view my page using IE

Last edited by mabuhay (2008-07-01 08:52:29)

rhownjohn
» FTalker
FTalk Level: zero
185
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

wer is merlin??ur preview is private.. cant see merlin:wallbash:
andreapaula08
» n00b
FTalk Level: zero
54
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

now its working dude... i have also like this using sir Kherminator Enter page animated window opener problem is..works only in IE....:crybaby: anyway thanks 4 da share...=):thumbsup:

Last edited by mabuhay (2008-07-01 09:09:16)

asn585
» FTalker
FTalk Level: zero
244
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

:thumbsup:=) [b]Wanna try this: :o[/b] [url]http://theftalk.com/t11207-MERLIN%3A-Knows-VIEWERs%2C-Date-Time.html[/url] [b]Then find my posted replied @ [color=red]# 142 [/color]from the link.... It will help and give you another idea what merlin is all about and you can modify it for more tricks... Live preview given..... :wallbash:[/b] :penguin:

Last edited by asn585 (2008-07-01 16:57:06)

kuntilanak
» FTalkElite
FTalk Level: zero
4412
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

thanks for sharing...... =)
kiddy
» Banned
FTalk Level: zero
4822
0
1969-12-31

Re: First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

I don't undertand yet bout 'merlin'.. Can u explain that 4 me?
  • ARCHIVES 
  • » First,you must be using Welcome Page Trick by andHa or any Welcome/Enter Page Trick. :arrow: http://theftalk.com/t19883-Welcome-Page-Trick-%28UPDATED-%3A-May%2C-5th%29.html then paste the code

Pages: 12

Board footer

© 2024 F Talk

Current time is 08:01

[ 10 queries - 0.022 second ]
Privacy Policy