Job2 Street
Monday, July 30, 2018
ALIENTECH PRO 5.8G SIGNAL BOOSTER FOR DJI DRONE MAVIC AIR SPARK PHANTOM
https://www.google.com/search?q=alientech+pro+5.8+dji&oq=alientech+pro+5.8+dji&aqs=chrome..69i57j69i60l3.11494j0j4&sourceid=chrome&ie=UTF-8
Saturday, July 28, 2018
Learn Arabic in 30 Minutes - ALL the Basics You Need
Learn Arabic in 30 Minutes - ALL the Basics You Need
https://www.youtube.com/watch?v=u0psf0FHhf8
https://www.arabicpod101.com
https://www.youtube.com/watch?v=jR7ldnMpoKQ
https://www.youtube.com/watch?v=UYVjLIB8qyg
******Purchase this program and many others here: http://goo.gl/ncuLKW *********
****** SOCIAL MEDIA *******
FACEBOOK: https://www.facebook.com/watchaibtv/
INSTAGRAM: https://www.instagram.com/watchaibtv/
TWITTER: https://twitter.com/watchaibtv
********MORE LET’S LEARN ARABIC LESSONS*********
Introduction to Arabic: https://youtu.be/UYVjLIB8qyg
Learning Arabic Numbers: https://youtu.be/ys9lH54tIDA
Key Arabic Phrases: https://youtu.be/wxNP8For36w
Ahlan wasahlan! Let's Learn Arabic is an introduction to the Arabic language and culture in Arabic speaking countries. Your host, Slma, will teach you the basics from reading, writing, and reciting the alphabet to different cultural customs. So yallah bina! Let's begin!
https://www.arabicpod101.com
https://www.youtube.com/watch?v=jR7ldnMpoKQ
https://www.youtube.com/watch?v=UYVjLIB8qyg
Published on 27 Apr 2017
Wednesday, July 25, 2018
Flash 8 ActionScript Bible
Flash ActionScript 3.0 game programs & tutorials
http://www.java2s.com/Code/Flash-Flex-ActionScript/CatalogFlash-Flex-ActionScript.htm
HCI 430 -- Flash Examples
Examples marked with (*) are taken from Lott and Reinhart, Flash 8 ActionScript Bible, Wiley, 2005.- Example 1 Examples1.htm Examples1.swf Examples1.zip
- Time sample: Stopwatch timer
- Media sample: Dynamic sound generation
- Media sample: TLF text formatting using CSS
- Media sample: Sound channels
- Media sample: Image loading
- Media sample: Dynamic text
- Interactivity sample: Background scrolling
- Interactivity sample: Joystick-controlled movement
- Game sample: Maze
- Drawing sample: 3D rotation
Basic Flash examples with simple ActionScript.
Here is the Example1b ActionScript code.
bumble-bee Examples: bumble-bee.zip
- bumble-bee1 Simple Drawingbumble-bee2 Motion Tweening with start and stop buttons.
bumble-bee3 Using a Motion Guide
wheel A Movie Clip with its Own Timeline
squares Creating Movie Clips Dynamically
bumble-bee4 Placing Movie Clips Randomly
bumble-bee5 Simple Drag and Drop
sunset A sunset animation with tweening. Stars drawn with drawing API.
snow Simulating Snow with Random Motion
- sun-and-shadow Shows a variety of effects. Some ActionScript code is stored in separate .as files.
- number-pad Input digits with buttons and display them in a textbox.greeter4 Uses radio buttons and a textbox to input information. The output is displayed in a text area component.
email Read data from the text file email.txt and display it in textboxes.
display-text Read data from the text file data.txt and display it in a text area component.
phonebook9 Look up a phone number in a combo box and display the corresponding name a textbox. The names and phonenumbers are inphonenumbers.txt.
- text-aa.fla Source Code Create an associative array and access its elements.test-class.fla Source Code Create a PhoneInfo class and test it.
Here is the PhoneInfo.as class file.
phonebook10 Store name and number pairs as PhoneInfo objects.
- bumble-bee10 Create bumble bees with animated wings a nested movie clip.bumble-bee11 Instantiate 500 bumble bees, with synchronized and staggered start times.
bumble-bee12 Create 200 bumble bees where any bee can be dragged with the mouse to another location.
alert-window Show how to show an alert box (message box) and read which button was clicked.
- astronomy-quiz1 An astronomy quiz implemented in six frames.astronomy-quiz2 An astronomy quiz implemented in two frames.
tip-calculator1 Compute gratuity given the subtotal.
key-pad2 Keypad implemented with dynamic buttons and one event handler for all the buttons.
format-text Format a dynamic textbox using the TextFormat object.
tip-calculator2 Same as tip-calculator1, except that the labels in the controls are formatted with the setFormat method of the control.
animals ComboBox and TextArea components are formatted with the setFormat method.
- digital-timer A simple stop watch that uses the getTimer function.load-images Use a FileReference object to load image filenames into a combo box. Then a selected image is displayed in a Loader control.
dynamic-scroll-pane Display images in a scroll pane.
- bitmap1 Display library bitmaps as MovieClip objects.bitmap2 Draw on a movie clip.
Examples from senocular.com:
- masking1 Show a crude spotlight effect with a mask layer.masking2 Another crude spotlight effect.
device-with-text Simulate scrolling text on a handheld device.
- pianoKeys_behaviors An example from the Flash 8 Bible by Reinhardt and Dowd.
- id-dropdown Load ID numbers into ComboBox for GradeViewer Example.monthly-payment Compute monthly payment for a loan.
- textfield Switch a textfield from dynamic to input and vice-versa.css1 Display formatted HTML file (*).
css2 Display HTML file formatted with external CSS file (*).
TextFormattingExample Display HTML file formatted with external CSS file (*).
- custom-cursor Use a movie clip as a custom cursor.fred1 Transform an image loaded into a movie clip.
fred2 Transform and display a bitmap in various ways.
- scale9Grid Change the shape of a rectangle with rounded corners with the mouse (*).tweensEasing Perform programmatic tweening with various types of easing (*).
tweensListeners Perform programmatic tweening using listeners to control the animation. (*).
tweensPausing Perform programmatic tweening using the mouse to pause the animation. (*).
Some of these examples show trace output, which is not visible from the swf file.
- slider1 Version 1 of a custom Slider component (*).slider2 Version 2 of a custom Slider component (*).
slider3 Version 3 of a custom Slider component (*).
slider4 Version 4 of a custom Slider component (*).
Illustrates various authortime and runtime filters.
- filter-effects Show the effects of the DropShadow, Glow and Bevel Filters implemented using the Flash IDE.runtime-filter-effects Show the effects of the DropShadow, Glow and Bevel Filters implemented using ActionScript.
fred3 Show how to apply a sharpening convolution using a ConvolutionFilter object. The convolution is specified by
-1 | -1 | -1 |
-1 | 9 | -1 |
-1 | -1 | -1 |
Shows some examples that use keyboard input.
- key-up Show the pressed key in a dynamic textbox.play-scale Play a C major scale when these keys are pressed:
c d e f g a b
race Use the arrow keys to maneuver a token around a track without going out of bounds.
Receive input and use a LoadVars object to send the data to the URL of a PHP server. Here is the PHP source code running on ectweb: target.php
In some cases, use a RegExp object to validate the input. Here is the code for the RegExp class: RegExp.as
- send Send data to a PHP server using a LoadVars object.reg-exp-test Validate input text with a regular expression.
guestbook3 Send input data to a PHP server. Validate with regular expressions.
The senocular.com website: www.senocular.com/pub/flash/8/
- textanimatedletterbyletterlightsabers
constrainwalkingoverhead
flickandbounceball.swf
linedrawingcolorfill.swf
fadeimagesequence.swf
artificialliferootsandlines.swf
Sounds can be embedded in the SWF at author-time or loaded externally at runtime. Although embedded sounds can be manipulated through the timeline properties in the Property inspector, usually embedded and external sounds are controlled dynamically using the Sound object in ActionScript. Sounds can add life to your movies by providing background soundtracks or user-interface feedback.
This sample demonstrates sound loading and playback using a simple set of custom controls. Click the buttons to control the sound or click the numeric stepper to change sounds.
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.
More Like This
Sunday, July 22, 2018
CrazyTalk Animator 3.2.2320.1
Wednesday, July 4, 2018
Tuesday, July 3, 2018
Sunday, July 1, 2018
21:17 After Effects CC: Motion Tracking the Impossible | Adobe Creative Cloud Adobe Creative Cloud 925K views 11:03 11 CRAZY COCA-COLA EXPERIMENTS AND LIFE HACKS! MrGear 7.1M views 10:38 What is the BEST 3D Software? Maya vs 3dsMax vs Cinema 4D vs Houdini vs Blender Surfaced Studio 42K views 2:30 AFTER EFFECTS - TEST effet atterrissage SUPERMAN/HANCOCK + VFX Breakdown Petit Jaune 1.2M views 6:30 How To STABILIZE SHAKY FOOTAGE (NOT With Warp Stabilizer) Matti Haapoja 348K views 4:04 super power video (after effect) Amazing LP神奇的老皮 6.1M views AAE Basic Tutorial Part 1: Starting Projects, Layers, Importing, Keyframes, Previewing Seun Jubril 116K views 15 AWESOME LIFE HACKS! HawkGuruHacker 1.3M views After Effects Tutorial: How to Pull Someone Into Another World Colin Ross 687K views 7:15 After Effects Basic Tutorial - Time Remapping Quick VFX Surfaced Studio 263K views TUTORIAL: VFX with scale models - part1 IndependentVFX 147K views Card Freeze Time in Adobe After Effect CC tutorial Abdul VFX 2.2M views Adobe After Effects Basics and Tips Part 1 Seun Jubril 98K views How to Make Realistic Looking Bullet Hit Effects - Visual Effects 101 Surfaced Studio 268K views After Effects Force Push Tutorial - Star Wars VFX Academy # 2 CREATRIX VISUALS 167K views How to Attach Objects to Walls & Ground in Adobe After Effects CC! (3d Motion Track Videos Tutorial) Justin Odisho 952K views After Effects Basic Beginners Tutorial 1/8 - How To Create Cool VFX
Subscribe to:
Posts (Atom)
K-Play
kPlaylist - get your music online
The player will show in this paragraph
2 3