Wednesday, 28 May 2014

Revising the Edge

I took the time off from researching designs and concepts and looked more into the software that I am planning to use for this project, which is Adobe Edge Animate. I didn't look at video tutorials, rather, I used the lessons that the software offers. So far, I have a clear overview of the basics such as animation and designing in Edge.

The next step for me to have a grasp is responsive design and using anchor points in Edge.

http://poppyspend.britishlegion.org.uk/

www.cyclemon.com

A feature that I would like to include in my web-game is using anchor points. The two websites images above both use parallax scrolling with the added feature of using anchor points. By clicking the image displayed on the page, it scrolls down page by page.



I have done a simple exercise on Edge about anchor points. I discovered a tutorial on Youtube, the spoken language was in Thai though so that was a bit hard to fully grasp of what I'm trying to learn. As long as I have a gist of it. When I click on button 2 on the 'navbar' above, it scrolls down to the red line, which is the labeled anchor point for button 2.

Will look more into Edge.



1 comment:

  1. Script to fix object :

    sym.$("body").append(sym.$("object that you want to fix").css({"position":"fixed"}));

    ReplyDelete