Creating a Drag and Drop Game In AS3
Take a New File In Flash. Change Stage color to Black in Property pallete
Create a Star shape using polystar tool.
Select the polystar tool> properties >Inside option select Star
Convert the star shape to Movie Clip
Inside movie Clip advance option> Export for action script
Change the name of class to "star"
Write the given script
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
var A:Array = new Array();
for (var i:uint = 0; i < 5 ; i++) {
A[i] = new star();
A[i].x = 540*Math.random();
A[i].y = 400*Math.random();
var s=100*Math.random();
A[i].width=s;
A[i].height=s;
A[i].alpha=Math.random();
var starColor:ColorTransform = new ColorTransform();
starColor.color = (Math.random() * 0xFFFFFF);
A[i].transform.colorTransform=starColor;
addChild(A[i]);
A[i].doubleClickEnabled=true;
A[i].buttonMode=true;
A[i].addEventListener(MouseEvent.CLICK,fundrag);
A[i].addEventListener(MouseEvent.DOUBLE_CLICK,fundrop);
}
function fundrag(e:Event){
e.currentTarget.startDrag();
}
function fundrop(e:Event){
e.currentTarget.stopDrag();
}
Twitter Bootstrap Free tutorial Sites
http://www.tutorialspoint.com/bootstrap/bootstrap_tutorial.pdf
http://www.tutorialspoint.com/bootstrap/index.htm
http://www.w3resource.com/twitter-bootstrap/tutorial.php
http://bootstrap-tutorial.bootstraptor.com/
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-fluid-layout.php
http://www.tutorialspoint.com/bootstrap/index.htm
http://www.w3resource.com/twitter-bootstrap/tutorial.php
http://bootstrap-tutorial.bootstraptor.com/
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-fluid-layout.php
Common Interview Question For Graphics Designer
- Tell me about yourself?
- Why did you decide for a career of graphic designer?
- Why do you want to work for us ?
- What do you think are the most important qualities in a graphic designer?
- What are your strengths and weaknesses?
- Where do you see yourself in five years time from now?
- Name all software products you can work with. How long have you been working with it.
- How important do you think communication in graphic design is?
- When are you able to start?
- Would you call yourself a team player?
- Why did you leave your last job?
- What kind of salary are you looking for Graphic design….position?
sources
http://www.adigitaldreamer.com/articles/graphic-design-interview.htm
http://www.creativebloq.com/career/design-interview-success-812255
http://www.linkedin.com/groups/Graphic-designer-interview-questions-answers-4896064
http://www.howdesign.com/design-career/interviewquestions/
http://www.graphic-design-employment.com/graphic-design-interview.html
http://www.globalguideline.com/interview_questions/Questions.php sc=Graphics_Designer_Interview_Questions_and_Answers_
Digital vs. Offset Printing
Good Video to understand the difference and Purpose of Digital and Offset Printing
Online Test Your Browser For HTML 5 Support or Compare browsers for HTML 5 Support in all devices
Online Test Your Browser For HTML 5 Support
http://html5test.com/index.html
Compare browsers for HTML 5 Support in all Devices
InDesign tutorial: Using the Liquid Layout panel | lynda.com
Alternate layouts and Liquid Layout Design:It is process/tool through which automatically or semi-automatically you design layout for multiple page sizes, orientations, or aspect ratios
The toll and process can save you hours of reworking the same content into different layouts, page sizes, and orientations.
More Liquid/Alternate Layout Tutorials
WhatTheFont
Thousands of time I hear question from professional and students how to Know What the Font is Printed On a paper.
The simple answer to the Question is
http://www.myfonts.com/WhatTheFont/
Just you need to Scan your Printed Paper/Canvas and Submit to the Site They will tell you the closet or Matching Font.
Submit an image to WhatTheFont to find the closest matches in their database.
The simple answer to the Question is
http://www.myfonts.com/WhatTheFont/
Just you need to Scan your Printed Paper/Canvas and Submit to the Site They will tell you the closet or Matching Font.
Submit an image to WhatTheFont to find the closest matches in their database.
Subscribe to:
Posts (Atom)
Things Web Developers Must Include in Their Portfolio
1. Need to have Link and Screen shot of their past projects 2. If they are applying for a specific skill like PHP or ASP.Net. Need to...
-
1. Oberon Color Replacer for CorelDRAW/Corel DESIGNER :- This macro allows you replace one color with another quickly. (free) 2. LimitC...
-
1. Fold Up 3D - to convert package layout to 3d packet. 2. DGI SignSymbols for Adobe Illustrator CSthrough CS6 : - official sign...
-
Trans Slide Show (free extension)- Create image slide shows, either using simple image swaps (all browsers), or optionally with advanced t...




