
-----------------------------------
Egyptian Mafia
Wed May 05, 2004 11:37 pm

I need help with text animation. Please
-----------------------------------
Ok, I am making a proggie, and as u can see i am a n00b. and an extreme n00b too. Anyways I made a flashing program/text. I want the word Washo Soapo to appear once i run it, but i made it so the user must input the word Washo Soapo so he can see the text effect. I dont want that to happen. I want Washo Soapo to start flashing without the user having to input the word as the answer. Also, could someone also PLEASE PLEASE make an intro for me. 

Thanks a lot  :D

-----------------------------------
Mazer
Thu May 06, 2004 6:45 am


-----------------------------------
Just a few things here:
Firstly, use a more descriptive topic name.
Second, instead of just asking them to input the word, just set your variable yourself!

get word % change that line to
word := "washo soapo"

Third, do NOT ask somebody to make a intro for you. It's your job to make this and unless I'm getting paid, I've already done enough for you.

-----------------------------------
Egyptian Mafia
Thu May 06, 2004 4:39 pm


-----------------------------------
Thanks a lot.

Also, I need help in putting a picture in between the animation. A picture of a soap.

Thanks

-----------------------------------
Tony
Thu May 06, 2004 4:47 pm


-----------------------------------
[url=http://www.compsci.ca/v2/viewtopic.php?t=191]tutorials are the answer to everything :lol:

-----------------------------------
Egyptian Mafia
Thu May 06, 2004 4:57 pm


-----------------------------------
Well, the tutorials helped me to do the animation. I cant seem to put the pic inside the animation. I put it but it is all messed up.

thanks

-----------------------------------
Paul
Thu May 06, 2004 5:25 pm


-----------------------------------
All messed up in what way? post your new code.

-----------------------------------
Egyptian Mafia
Thu May 06, 2004 6:01 pm


-----------------------------------
When i put in the picture, The picture is all messed up and it just messes up the program.

-----------------------------------
Egyptian Mafia
Thu May 06, 2004 6:05 pm


-----------------------------------
Here is the proggie with pic, the pic just appears for like 5 seconds even tho i put in a delay. I want the pic to move in the middle or something.

Thanks

-----------------------------------
Paul
Thu May 06, 2004 6:19 pm


-----------------------------------
u have to have your Pic.Draw inside ur loop, or else it will be erased by the cls.

-----------------------------------
Egyptian Mafia
Thu May 06, 2004 6:26 pm


-----------------------------------
it is inside the loop

var word :string
colour (black)
word := "washo soapo" 
var font : int := Font.New ("Lucida Handwriting:" + intstr (20))
drawfillbox (0, 0, maxx, maxy, black)
var c, x, y : int

setscreen ("offscreenonly")
loop  %HERE IS THE LOOP 