basic actionscript coding Merve Yldz / 9356 Context Introduction - - PowerPoint PPT Presentation

basic actionscript coding
SMART_READER_LITE
LIVE PREVIEW

basic actionscript coding Merve Yldz / 9356 Context Introduction - - PowerPoint PPT Presentation

basic actionscript coding Merve Yldz / 9356 Context Introduction Site Examples -H&M -Mango -Polyvore Creating Buttons Writing Actionscript -move -re-size -rotate Introduction While i was searching for a solution to make the


slide-1
SLIDE 1

Merve Yıldız / 9356

basic actionscript coding

slide-2
SLIDE 2

Context

Introduction Site Examples

  • H&M
  • Mango
  • Polyvore

Creating Buttons Writing Actionscript

  • move
  • re-size
  • rotate
slide-3
SLIDE 3

Introduction

While i was searching for a solution to make the combination tool, i realized that, there are a variety

  • f stores that use fmash applications to make cus-

tomers to combine the products of the store. Some are more basic tools, that enable the user to rotate, re-size and move the products. And some are really complex., that fjts the prod- ucts to a model.

slide-4
SLIDE 4

Site Examples

While i was searching for a solution to make the combination tool, i realized that, there are a variety

  • f stores that use fmash applications to make cus-

tomers to combine the products of the store. Some are more basic tools, that enable the user to rotate, re-size and move the products. And some are really complex., that fjts the prod- ucts to a model. Polyvorde Mango H&M

slide-5
SLIDE 5

Site Examples

>> H&M

slide-6
SLIDE 6

Site Examples

>> Mango

slide-7
SLIDE 7

Site Examples

>> Polyvorde

slide-8
SLIDE 8

How to create a button symbol?

>>Select Insert > New Symbol to make a button symbol out of the circle

  • drawing. Select “Button” as type.

>>Insert an image or draw a shape.

slide-9
SLIDE 9

How to create a button symbol?

>>Before going on, you must prepare the buttons so that you can tell them what to do via ActionScript. >>Give each button its unique Instance name. This name is necessary if you are going to control your buttons via ActionScript.

slide-10
SLIDE 10

Writing the ActionScript that powers the buttons

>>Click the fjrst keyframe of the actions layer to select it. >>Select ‘Actions’ to open up the Actions panel.

slide-11
SLIDE 11

Writing the ActionScript that powers the buttons

>>AddEventListener - MouseEvent - CLICK

slide-12
SLIDE 12

Writing the ActionScript that powers the buttons

>>AddEventListener - MouseEvent - CLICK

  • function: move
slide-13
SLIDE 13

Writing the ActionScript that powers the buttons

>>AddEventListener - MouseEvent - CLICK

  • function: re-size
slide-14
SLIDE 14

Writing the ActionScript that powers the buttons

>>AddEventListener - MouseEvent - CLICK

  • function: rotate
slide-15
SLIDE 15

Thank you!