|
||||||
|
||||||
Flash - Operators: Bitwise
503
ActionScript
Flash Compatibility: MX
Written by: Phil
Length: 2900 words
Assumed Knowledge : Standard Operators. This is NOT a tutorial for beginners
Access: Members Bonus tutorial. For the full version you must: LOG ON To become a Member: Click here
For Free Tutorials: See listings: Free Tutorials
Many people find bitwise operators confusing because they convert numbers back and forth from binary to decimal. Fortunately you do not need to use them very often! Alas there are times when you cannot avoid using them. The thing to do is focus on what the operator is doing rather than on the maths. Even if you know nothing about binary you can still use bitwise operators! After all it is the computer that does the maths not you.
When do you have to use Bitwise Operators?
Bitwise operators are not used that often but there are some occasions when it is the best solution:
Computers use this binary system to control all the hundreds of settings that are on your machine. Using Bitwise Operator should enable you to create lean movies. I used bitwise operators to create a fully functioning Paint program. It is 6kb in size! It may not be the best paint program in the world but at 6kb it will download instantly. See the second sample file from the Beginners tutorial: Create a Whiteboard or Blackboard (Note: The Drawing Tutorial covers drawing online not Bitwise operators - although the sample uses bitwise operators).
This is a members only bonus tutorial. For the full text you must: LOG ON
For a full list of Free tutorials click here
Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates
|
|
|
All material on this site is protected under international copyright © law. DO NOT reproduce any material from this site without written permission. Please ask as permission is often granted.
|