Hi...
I am trying to make a colouring activity using flash.
Provided a picture then try to colour the picture.
i slready try finding it on the net but mostly i found it only fill by clicking and the entire part is fill with color.
So, im curious is it possible if I want to colour the object by dragging mouse. Can anyone help me?
User Profile
Collapse
-
drawing
Hi, im trying to make a drawing in flash...
i use this code...
...Code:Mouse.hide() startDrag("_root.cursor", true) createEmptyMovieClip("terrain", 1); terrain.lineStyle(10, 0xff00ff, 100); imdrawing = false; onMouseDown = function () { if (imdrawing == false) { terrain.moveTo(_xmouse, _ymouse); imdrawing = true; -
I found a code for above problem over the internet.
NOw, my second problem is the drawing line is at the back of the dotted alphabet. How can I make it appear in front of the dotted alphabet?
My third problem is I want to give user an alert to let them knowhey are out of border of the alphabet.
So, I create a box (movieclip, name:boundaryBo x_mc) located around the alphabet. This box function as the boundary... -
Writing Arabic Alphabet with Graphic Tablet
Hi,
I want to develop a flash application for learning to write Arabic alphabet. I want to use graphic tablet for writing exercise.
I have a dotted line to guide user to write the alphabet. My problem is how can I set the Flash application to automatically having a pencil/brush for user to write over dotted line when I connect the graphic tablet. I think it use actionscript but Im not sure how.
... -
-
Date doesnt Display
I want to display date in a textbox but it didnt show. I think my code maybe wrong but im not sure.
...Code:<script type="text/javascript"> function tDate() { var today = new Date(); var tMonth = new Array(); tMonth[0] = "Januari"; tMonth[1] = "Febuari"; tMonth[2] = "Mac"; tMonth[3] = "April"; tMonth[4] -
i've tried delete the html code but the result is still the same and I do not define table element in css.
I try another way, i put new code in my CSS and tried do it but the result still the same. Here is the code:
CSS Code for comment:
...Code:div.comment.list{ float:left; width:360px;} .comment_body{padding-top: 4px;} .comment_content{ padding-left:2px;Leave a comment:
-
-
-
Text of comments goes over boundary
I have 3 column of css on my webpage, on the webpage user can enter their comments which will be saved in database. And then the comments from database is retrieve and displayed on the webpage.
My problem is the comments is long and when displayed on the webpage it goes out of bound of the center column.I want it to go under as in paragraph How can this be solved? I think the code that retrieve and displayed the comments should be... -
-
-
error in using css in asp/javascript
Hi,
I want to use css for displaying data from database for better viewing. The problem that i have is it will appear error message when i run it.
The error message is: "Microsoft JScript compilation error '800a03c' Expected';' out="<div class="box">"
-------^ ... -
-
Data from Form does not appear in access database
Hi, anyone can help me?
My problem is data from Form of Asp does not appear in access database when i open the database. Why does this happen?
My table name:Cuba
my asp code:Code:ID PK Nama Umur
...Code:<%@language="Javascript"%> <html> <body> <% var DSN ="C:/Inetpub/wwwroot/cubatry.mdb"
-
hi,
what do you mean by gridview or formview?i dont understand...an d if by html how to do it?
does it mean my code above cannot be used?Leave a comment:
-
ok thanks...
I alread tried but when i click submit the data entered does not appear in the table.
My database:
Table name: Cadangan
While the code in my asp file as below:Code:ID (Autonumber) PK Nama Email Cadangan
...Code:<% var DSN ="C:/Inetpub/wwwroot/TM/Telekom.mdb" var Conn = Server.CreateObject("ADODB.Connection");Leave a comment:
-
My code is like below:
...Code:<% Response.Write(Request.Form("txtNama")) Response.Write(Request.Form("txtEmail")) Response.Write(Request.Form("txtCadangan")) %> <div id="colTwo"> <h2>Cadangan Anda</h2> <p>Sila isikan cadangan anda.</p> <form name='cadangan'Leave a comment:
-
My asp file cannot open in browser
I have a problem opening my .asp file on internet browser. Each time I want to open my .asp file on the browser, it will execute file download - security warning and it cannot open on the browser, it open on dreamweaver. Why this happen?Any solution?
I want to open it on browser so i can test it. -
sorry i dont know google suggest..but what im want to do is like this site where when user post a reply, the reply will show on the page..Leave a comment:
No activity results to display
Show More
Leave a comment: