As my friend was passing the elephants, he suddenly stopped, confused by the fact that these huge creatures were being held by only a small rope tied to their front leg. No chains, no cages. It was obvious that the elephants could, at anytime, break away from the ropes they were tied to but for some reason, they did not. My friend saw a trainer nearby and asked why these beautiful, magnificent animals just stood there and made no attempt to get away.
"Well," he said, "when they are very young and much smaller we use the same size rope to tie them and, at that age, it's enough to hold them. As they grow up, they are conditioned to believe they cannot break away. They believe the rope can still hold them, so they never try to break free." My friend was amazed. These animals could at any time break free from their bonds but because they believed they couldn't, they were stuck right where they were.
Like the elephants, how many of us go through life hanging onto a belief that we cannot do something, simply because we failed at it once before? So make an attempt to grow further.... Why shouldn't we try it again?
Friday, February 20, 2009
Go to the root in Flash CS 3
Problem simple but can't find answer? If you have a function inside a movie clip where you want it to change to a frame on the main timeline, then you should do this:
MovieClip(root).gotoAndPlay( [frame number / frame name] );
MovieClip(root).gotoAndPlay( [frame number / frame name] );
Setting IP Address On Vista with bat (cmd)
Static Type
===========
netsh int ip set address name = "[network name]" source = static addr = 10.22.[xx].[host address] mask = 255.255.255.0 gateway = 10.22.[xx].1 gwmetric = 1
[network name]
ex : Local Area Connection
[host address]
ex : 101
Dynamic Type (DHCP)
===================
netsh int ip set address name = "Local Area Connection" source = dhcp
This will work on network type class C... Hehe... :D
===========
netsh int ip set address name = "[network name]" source = static addr = 10.22.[xx].[host address] mask = 255.255.255.0 gateway = 10.22.[xx].1 gwmetric = 1
[network name]
ex : Local Area Connection
[host address]
ex : 101
Dynamic Type (DHCP)
===================
netsh int ip set address name = "Local Area Connection" source = dhcp
This will work on network type class C... Hehe... :D
Subscribe to:
Posts (Atom)
