The Dink Network

Reply to Re: Malachi the Jerk

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
November 16th 2013, 11:29 PM
custom_coco.gif
Cocomonkey
Bard He/Him United States
Please Cindy, say the whole name each time. 
I've been trying to reload the arrow graphics into sequence 100 in a different order so that I can place it as a sprite and make it "rotate" with brain 6. I don't want to pointlessly add more graphics to my already 8 MB graphics folder, so I tried to do this with set_frame_frame, like this:

load_sequence graphics\effects\arrow\arrow- 100 300
set_frame_frame 100 1 25 1
set_frame_frame 100 2 25 2
set_frame_frame 100 3 25 3
set_frame_frame 100 4 25 6
set_frame_frame 100 5 25 5
set_frame_frame 100 6 25 8
set_frame_frame 100 7 25 7
set_frame_frame 100 8 25 4


It doesn't work; the graphics are still loaded into the same frames in the new sequence as they are in the original. Can anyone tell me what I'm doing wrong?

Edit: Whoops, should have put this in the other topic. Oh well, can't delete posts on here.