AGAPE LOVE

Incoditional Love, Love even if some one does not deserve to be Loved, Love ’till it hurts.

Drag and Drop

//Drag Function MovieClip.prototype.Press = function() { this.startDrag(); }; //Release Function MovieClip.prototype.Release = function() { this.stopDrag(); if(eval(this._droptarget) == landingArea) { this.enabled = false counter = counter + 1; trace(counter); if (counter == 4) { trace(“You Got Them All!”) }; }; }; MovieClip.prototype.Actions = function() { this.onPress = Press; this.onRelease = Release; }; mc_One.Actions(); mc_Two.Actions(); mc_Three.Actions(); mc_Four.Actions(); […]

Small Fader Function Flash MX

this.createEmptyMovieClip (“fader”,5); fader.onEnterFrame = function() { if (myobject._alpha >= 0) { trace(“fading:” + myobject._alpha); myobject._alpha -= 1; } else { trace(“end of faiding”) delete (this.onEnterFrame); } }

Password Agent Lite

If you are like me that has lots of passwords to remember, I recommend the program Password Agent, From Password Agent Website: Password Agent is a password manager program that allows you to store all your passwords, secret notes and data snippets in a single, easy to navigate, and secure database. Too many passwords to […]

Action Script Test

on (release) { if ((firstname != “”) && (lastname != “”) && (email != “”)){; gotoAndPlay(“valid”); loadVariables (“URL”, “_root.form”, “POST”); trace(“valid”) }else{ gotoAndPlay(“invalid”); trace(“invalid”); } }

PHP Test

Hi . You are years old.

Posted in PHP

Blog Merging

FlashBlog and Regular Blog will be merging, there is not need for 2 blogs or so i think…. Update: Website New layout: After hours of playing with CSS finally i got something that i feel confortable with, i still have to change the sub pages, but it should be easier. For now i better go […]