Interactive Island Animation Riddle
Interactive Island Animation Riddle
Island Animation Riddle
Check out my interactive Adobe Animate island riddle project below!
Interactive Island Riddle Animation Using Adobe Animate
How i did this
Part 1
Publish the project by going into Files then Publish Settings click the folder icon and select where you want your exported files to go. I would also HIGHLY reccomend to make your project responsive as it will work better everywhere.
Part 2
- Sign up/log into Github
- Click the + in the top right corner then click New repository
- Name it whatever you want(this will be part of the URL used to access from the web) make sure to make repository PUBLIC
- Click add a README file.
- Click Add file
- Click + Create new file.
- Name the file
images/placeholder. Should look like this Images/placeholder. - Click Commit changes....
- Then click Commit changes again.
- If you go to your repository home you should see a folder called
images, click on it. - Then click Add file.
- Then click Upload files and then upload all the images included in the adobe animate export.
- Go back to your repository home and upload your
.htmland.jsexactly how you uploaded your images. - Click on the
.htmlthen click the little pencil icon. - Then change your file name to
index.html. - Then in the bar in the top click on Setting.
- Then in the side bar under Code and automation click on Pages.
- Then under Branch click None.
- Then click main.
- Then finally click Save.
AND THATS IT!!!
To veiw your animation go to https://YourGithubUsername.github.io/RepositoryName/
Example
Animation https://783009.github.io/IslandAnimation/
How i got it on my website
Just used this code
1
2
3
4
5
6
<iframe
src="https://783009.github.io/IslandAnimation/"
width="621"
height="360"
style="border: 12px solid #333; border-radius: 8px;">
</iframe>
To make a website like this visit Getting Started
This post is licensed under CC BY 4.0 by the author.