Here is another quiz. Tomorrows quiz will be about design patterns…
Number of Questions : 5
Difficulty : Easy
Topic : General
ActionSnippet is on Twitter-
Pages
-
Recent Posts
- Blobby WebGL
- Recent Shorts
- Updates Shorts and Rbn… snippet.zone zapp.codes etc…
- Pathtracer Research
- Proxy - (object always defined)
- es6 concat trick
- Zeta Pictograms
- Dictionary with ES6 Symbol
- Easy i-ching Symbols
- OVM Pseudo-Algebra and Surreal Numbers
- QuickShader Micro-Lib
- JavaScript Smooth Quadratic Bezier
- CSS Fake Lighting With Gradients and Shadows
- Closest Point on a Line
- SVG to Canvas (good trick)
-
Categories
- 3D
- Announcements
- arrays
- associative arrays
- bezier
- binary
- BitmapData
- Box2D
- color
- Data Structures
- Dictionary
- display list
- DisplayObject
- dynamic
- es6
- Events
- external data
- functions
- glsl
- Graphics
- graphics algorithms
- html5
- instantiation
- javascript
- keys
- links
- Loader
- Math
- matrix
- misc
- motion
- MovieClip
- Number
- Object
- one-liners
- OOP
- Operators
- pixel manipulation
- projects
- properties
- QuickBox2D
- Quiz
- random
- return values
- setPixel
- sortOn
- string manipulation
- strings
- svg
- TextField
- timeline
- UI
- Uncategorized
- variables
- Vector
- Video
- webgl
- XML
-
Archives
- November 2024
- July 2024
- June 2024
- December 2018
- October 2018
- August 2018
- July 2018
- July 2012
- June 2012
- August 2011
- January 2011
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- 0
7 Comments
I don’t like question #1:
* myClip.x = (500 - myClip.x) * 1.5
Does nothing if myClip.x == 500
* myClip.x = (500 - myClip.y) / 10
Does nothing if myClip.y == 500
* myClip.x += (500 - myClip.x) / 4
Does nothing if myClip.x == 500
* myClip.y -= (500 + myClip.y) * 0.5
Does nothing if myClip.y == -500
It was fun other than that.
stating a starting point would probably have been a good idea… “something like, which one would ease a clip from 0 to 500…. maybe I’ll add that
revised the question slightly… i think its better now, thanks for the feedback
I did 5 out of 5 thanks to your book! Learning AS3
“You scored 5 out of 5. (100.00 %)”
these really help me revise as3
i actually tested the rotation one
I only failed on the rotation and XML questions, simply cos I’ve never used them in my work. Keep up the fun!
4/5 - missed the embedded textfield in movieclip question…idk what’s up i know that