Calculator Tools Calculator Tools
Create

Spidey and his Amazing Friends - Transcript

Aug 12, 2026

About this app

Transcript of Spidey and his Amazing Friends episodes

Spidey and his Amazing Friends - Transcript Spidey and his Amazing Friends - Transcript Select an episode: Episode 1 - Rhinoctopus Episode 2 - Mystery on Goblin Island Episode 3 - The Pumpkin Problem Episode 4 - Pecking Prankster Pigeons Episode 5 - Going Green Transcript: Cast:

Related apps

Put this on your site

Source

                    <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">

<title>Spidey and his Amazing Friends - Transcript</title>
<meta name="description" content="Transcript of Spidey and his Amazing Friends episodes">
<meta name="keywords" content="Spidey and his Amazing Friends, transcript, cast">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

<script type="text/javascript">
var localStoragePrefix = "ct-169107292195807";
var lastSave = 0;
// save to localstorage
function saveLocal(data) {
if (Date.now() - lastSave < 1000) {
return;
}
// save to cookie
let cookie = localStoragePrefix + "=" + JSON.stringify(data) + "; path=" + window.location.pathname + "'; SameSite=Strict";
cookie += "; expires=" + new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 1000).toUTCString();
document.cookie = cookie;
lastSave = Date.now();
}

// load from localstorage
function loadLocal() {
var cookiePrefix = localStoragePrefix + "=";
var cookieStart = document.cookie.indexOf(cookiePrefix);
if (cookieStart > -1) {
let cookieEnd = document.cookie.indexOf(";", cookieStart);
if (cookieEnd == -1) {
cookieEnd = document.cookie.length;
}
var cookieData = document.cookie.substring(cookieStart + cookiePrefix.length, cookieEnd);
return JSON.parse(cookieData);
}
}
</script>

<script type="text/javascript">
// Function to get the transcript and cast of Spidey and his Amazing Friends episodes
function getTranscriptAndCast(episode) {
var transcript = "";
var cast = [];

// Episode 1 - Rhinoctopus
if (episode === 1) {
transcript = "Transcript for Episode 1 - Rhinoctopus\n\n[Scene: New York City streets]\nPeter Parker/Spidey: Hey, Gwen! Miles! Let's swing into action!\nGwen Stacy/Ghost Spider: Right behind you, Spidey!\nMiles Morales/Spin: Let's do this!\n\n[Scene: Central Park]\nRhinoctopus: Roar! I will crush you all!\nPeter Parker/Spidey: Teamwork is the key! Let's take him down!\nGwen Stacy/Ghost Spider: We got this, Spidey!\nMiles Morales/Spin: Together, we're unstoppable!\n\n[Scene: After defeating Rhinoctopus]\nPeter Parker/Spidey: Great job, team! We saved the day!\nGwen Stacy/Ghost Spider: We make a great team, Spidey!\nMiles Morales/Spin: Can't wait for our next adventure!\n";
cast = ["Peter Parker/Spidey", "Gwen Stacy/Ghost Spider", "Miles Morales/Spin"];
}

// Episode 2 - Mystery on Goblin Island
if (episode === 2) {
transcript = "Transcript for Episode 2 - Mystery on Goblin Island\n\n[Scene: Goblin Island]\nPeter Parker/Spidey: Something strange is happening here.\nGwen Stacy/Ghost Spider: Let's investigate and solve the mystery!\nMiles Morales/Spin: I'm ready for anything!\n\n[Scene: Haunted mansion]\nPeter Parker/Spidey: Look out! It's the Green Goblin!\nGwen Stacy/Ghost Spider: We can't let him get away!\nMiles Morales/Spin: Time to use our super powers!\n\n[Scene: After capturing the Green Goblin]\nPeter Parker/Spidey: Another mystery solved!\nGwen Stacy/Ghost Spider: We make a great team, Spidey!\nMiles Morales/Spin: Can't wait for our next adventure!\n";
cast = ["Peter Parker/Spidey", "Gwen Stacy/Ghost Spider", "Miles Morales/Spin"];
}

// Episode 3 - The Pumpkin Problem
if (episode === 3) {
transcript = "Transcript for Episode 3 - The Pumpkin Problem\n\n[Scene: Pumpkin festival]\nPeter Parker/Spidey: Look at all these pumpkins!\nGwen Stacy/Ghost Spider: They're acting strange...\nMiles Morales/Spin: We need to find out why!\n\n[Scene: Pumpkin patch]\nPeter Parker/Spidey: It's the Pumpkin King!\nGwen Stacy/Ghost Spider: We have to stop him!\nMiles Morales/Spin: Let's use our powers to save the festival!\n\n[Scene: After defeating the Pumpkin King]\nPeter Parker/Spidey: Another mission accomplished!\nGwen Stacy/Ghost Spider: We make a great team, Spidey!\nMiles Morales/Spin: Can't wait for our next adventure!\n";
cast = ["Peter Parker/Spidey", "Gwen Stacy/Ghost Spider", "Miles Morales/Spin"];
}

// Episode 4 - Pecking Prankster Pigeons
if (episode === 4) {
transcript = "Transcript for Episode 4 - Pecking Prankster Pigeons\n\n[Scene: New York City streets]\nPeter Parker/Spidey: Those pigeons are causing trouble!\nGwen Stacy/Ghost Spider: We need to stop them!\nMiles Morales/Spin: Let's catch those pranksters!\n\n[Scene: Rooftop chase]\nPeter Parker/Spidey: They're fast! We need a plan.\nGwen Stacy/Ghost Spider: I have an idea!\nMiles Morales/Spin: Let's use our webs to trap them.\n\n[Scene: After capturing the pigeons]\nPeter Parker/Spidey: Another victory for Team Spidey!\nGwen Stacy/Ghost Spider: We make a great team, Spidey!\nMiles Morales/Spin: Can't wait for our next adventure!\n";
cast = ["Peter Parker/Spidey", "Gwen Stacy/Ghost Spider", "Miles Morales/Spin"];
}

// Episode 5 - Going Green
if (episode === 5) {
transcript = "Transcript for Episode 5 - Going Green\n\n[Scene: New York City streets]\nPeter Parker/Spidey: T'Challa, ready to join us?\nT'Challa/Black Panther: Yes, I'm here to help!\nMiles Morales/Spin: Let's show the world the power of friendship!\n\n[Scene: Recycling plant]\nPeter Parker/Spidey: The Vulture is causing trouble!\nT'Challa/Black Panther: We won't let him get away with this!\nMiles Morales/Spin: Let's use our powers to stop him!\n\n[Scene: After defeating the Vulture]\nPeter Parker/Spidey: Another mission completed!\nT'Challa/Black Panther: We make a great team, Spidey!\nMiles Morales/Spin: Can't wait for our next adventure!\n";
cast = ["Peter Parker/Spidey", "T'Challa/Black Panther", "Miles Morales/Spin"];
}

return { transcript: transcript, cast: cast };
}

$(document).ready(function() {
// Get the selected episode number
var selectedEpisode = parseInt($("#episode-select").val());

// Get the transcript and cast for the selected episode
var episodeData = getTranscriptAndCast(selectedEpisode);

// Display the transcript and cast on the page
$("#transcript").text(episodeData.transcript);
$("#cast").text(episodeData.cast.join(", "));
});
</script>

<style>
/* App CSS Goes Here */
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Spidey and his Amazing Friends - Transcript</h1>

<div class="form-group">
<label for="episode-select">Select an episode:</label>
<select class="form-control" id="episode-select">
<option value="1">Episode 1 - Rhinoctopus</option>
<option value="2">Episode 2 - Mystery on Goblin Island</option>
<option value="3">Episode 3 - The Pumpkin Problem</option>
<option value="4">Episode 4 - Pecking Prankster Pigeons</option>
<option value="5">Episode 5 - Going Green</option>
</select>
</div>

<h2>Transcript:</h2>
<pre id="transcript"></pre>

<h2>Cast:</h2>
<p id="cast"></p>
</div>
</body>
</html>