Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

3 Dimensional Chat / Making Animated Flags...

Author
Message
Robin
22
Years of Service
User Offline
Joined: 22nd Feb 2003
Location: United Kingdom
Posted: 27th Sep 2003 15:34
Does anybody know how I could make an animated flag (waving in the wind) to use in my game? I suppose the best way would be to have an animation of a flag waving and texture a plain with it...but i'm not really sure. Can anybody help me out?
thanks
Robin

http://www.thegameszone.tk
[email protected]
-It's not a bug it's a 'feature'
The Dark Padawan
21
Years of Service
User Offline
Joined: 5th Aug 2003
Location: USA!
Posted: 27th Sep 2003 23:25
the plain idea is right! but use separate images because there a little easier.
Heres some code to get you started
LOAD IMAGE "flag01.jpg",1:LOAD IMAGE "flag02.jpg",2
LOAD IMAGE "flag03.jpg",3:LOAD IMAGE "flag04.jpg",4

DO
INC frame
IF frame > 4 THEN frame = 1
TEXTURE OBJECT 1,frame
SYNC
LOOP
KNau taught me tis

"Nintendo GameCube is the best" and " I am nearing the day I become a Jedi" - The Dark Padawan
Robin
22
Years of Service
User Offline
Joined: 22nd Feb 2003
Location: United Kingdom
Posted: 29th Sep 2003 16:42
as I thought - thanks

http://www.thegameszone.tk
[email protected]
-It's not a bug it's a 'feature'

Login to post a reply

Server time is: 2025-06-26 17:50:23
Your offset time is: 2025-06-26 17:50:23